Home
last modified time | relevance | path

Searched refs:partitioned2 (Results 1 – 25 of 72) sorted by relevance

123

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 (
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql456 CREATE TABLE partitioned2 ( table
460 CREATE TABLE fail () INHERITS (partitioned2);
464 \d+ partitioned2
466 INSERT INTO partitioned2 VALUES (1, 'hello');
467 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
470 DROP TABLE partitioned, partitioned2;
477 create table partitioned2
488 create table partitioned2
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql430 CREATE TABLE partitioned2 ( table
434 CREATE TABLE fail () INHERITS (partitioned2);
438 \d+ partitioned2
440 INSERT INTO partitioned2 VALUES (1, 'hello');
441 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
444 DROP TABLE partitioned, partitioned2;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dcreate_table.sql436 CREATE TABLE partitioned2 ( table
440 CREATE TABLE fail () INHERITS (partitioned2);
444 \d+ partitioned2
446 INSERT INTO partitioned2 VALUES (1, 'hello');
447 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
450 DROP TABLE partitioned, partitioned2;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Dcreate_table.sql677 CREATE TABLE partitioned2 ( table
685 partitioned2
690 \d+ partitioned2
691 INSERT INTO partitioned2
694 CREATE TABLE part2_1 PARTITION OF partitioned2
698 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql428 CREATE TABLE partitioned2 (
432 CREATE TABLE fail () INHERITS (partitioned2);
436 \d+ partitioned2
438 INSERT INTO partitioned2 VALUES (1, 'hello');
439 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
442 DROP TABLE partitioned, partitioned2;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql428 CREATE TABLE partitioned2 ( table
432 CREATE TABLE fail () INHERITS (partitioned2);
436 \d+ partitioned2
438 INSERT INTO partitioned2 VALUES (1, 'hello');
439 CREATE TABLE part2_1 PARTITION OF partitioned2 FOR VALUES FROM (-1, 'aaaaa') TO (100, 'ccccc');
442 DROP TABLE partitioned, partitioned2;

123