Home
last modified time | relevance | path

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

123

/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dcreate_table.sql738 create table boolspart (a bool) partition by list (a); table
739 create table boolspart_t partition of boolspart for values in (true);
740 create table boolspart_f partition of boolspart for values in (false);
741 \d+ boolspart
742 drop table boolspart;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dcreate_table.sql822 create table boolspart (a bool) partition by list (a); table
823 create table boolspart_t partition of boolspart for values in (true);
824 create table boolspart_f partition of boolspart for values in (false);
825 \d+ boolspart
826 drop table boolspart;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Dcreate_table.sql1365 CREATE TABLE boolspart ( table
1370 CREATE TABLE boolspart_t PARTITION OF boolspart
1373 CREATE TABLE boolspart_f PARTITION OF boolspart
1376 \d+ boolspart
1377 DROP TABLE boolspart;
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a);
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a); table
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a); table
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a); table
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a); table
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a);
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/sql/
H A Dcreate_table.sql799 create table boolspart (a bool) partition by list (a); table
800 create table boolspart_t partition of boolspart for values in (true);
801 create table boolspart_f partition of boolspart for values in (false);
802 \d+ boolspart
803 drop table boolspart;
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a);
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a);
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a); table
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a);
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a);
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a);
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql875 create table boolspart (a bool) partition by list (a); table
876 create table boolspart_t partition of boolspart for values in (true);
877 create table boolspart_f partition of boolspart for values in (false);
878 \d+ boolspart
879 drop table boolspart;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql904 create table boolspart (a bool) partition by list (a); table
905 create table boolspart_t partition of boolspart for values in (true);
906 create table boolspart_f partition of boolspart for values in (false);
907 \d+ boolspart
908 drop table boolspart;
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql904 create table boolspart (a bool) partition by list (a); table
905 create table boolspart_t partition of boolspart for values in (true);
906 create table boolspart_f partition of boolspart for values in (false);
907 \d+ boolspart
908 drop table boolspart;

123