Home
last modified time | relevance | path

Searched refs:tru_pk_table (Results 1 – 14 of 14) sorted by relevance

/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key); table
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key); table
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-server/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key); table
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key); table
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-client/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key);
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key); table
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/postgres_fdw/sql/
H A Dpostgres_fdw.sql2433 CREATE TABLE tru_pk_table(id int primary key);
2434 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
2435 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
2520 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-server/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-client/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/postgres_fdw/expected/
H A Dpostgres_fdw.out8443 CREATE TABLE tru_pk_table(id int primary key);
8444 CREATE TABLE tru_fk_table(fkey int references tru_pk_table(id));
8445 INSERT INTO tru_pk_table (SELECT x FROM generate_series(1,10) x);
8448 SERVER loopback OPTIONS (table_name 'tru_pk_table');
8533 DETAIL: Table "tru_fk_table" references "tru_pk_table".
8535 CONTEXT: remote SQL command: TRUNCATE public.tru_pk_table CONTINUE IDENTITY RESTRICT
8631 DROP TABLE tru_rtable0, tru_rtable1, tru_ptable, tru_ptable__p0, tru_pk_table, tru_fk_table,