File: init-extension.sql

package info (click to toggle)
pg-repack 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: ansic: 5,016; sql: 471; makefile: 107; sh: 12
file content (7 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
SET client_min_messages = warning;
CREATE EXTENSION pg_repack;
RESET client_min_messages;
CREATE TABLESPACE testts LOCATION '/tmp/pg-repack-testts';
CREATE TABLESPACE "test""ts" LOCATION '/tmp/pg-repack-test"ts';
CREATE TABLESPACE "test ts" LOCATION '/tmp/pg-repack-test ts';
CREATE TABLESPACE "1testts" LOCATION '/tmp/pg-repack-1testts';