Home
last modified time | relevance | path

Searched refs:withoutoid (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Dcreate_table.sql445 CREATE TEMP TABLE withoutoid () WITHOUT OIDS; table
447 DROP TABLE withoutoid;
449 CREATE TEMP TABLE withoutoid ( table
455 DROP TABLE withoutoid;
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/sql/
H A Dcreate_table.sql304 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid; table
305 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid; table
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/expected/
H A Dcreate_table.out298 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
299 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/expected/
H A Dcreate_table.out298 CREATE TEMP TABLE withoutoid() WITHOUT OIDS; DROP TABLE withoutoid;
299 CREATE TEMP TABLE withoutoid() WITH (oids = false); DROP TABLE withoutoid;

12