Home
last modified time | relevance | path

Searched defs:inh_test (Results 1 – 8 of 8) sorted by relevance

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dalter_table.sql2788 CREATE TABLE inh_test () INHERITS (part_2); table
2789 CREATE TABLE inh_test (LIKE part_2); table
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/PmCheck/
H A DOracle.hs982 inh_test con = do function