Home
last modified time | relevance | path

Searched refs:rtest_t6 (Results 1 – 25 of 86) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Drules.sql164 CREATE TABLE rtest_t6 ( table
192 AND NEW.a < 30 DO INSERT INTO rtest_t6 VALUES (NEW.a, NEW.b);
197 CREATE RULE rtest_t6_ins AS ON INSERT TO rtest_t6 WHERE
788 rtest_t6;
804 DELETE FROM rtest_t6;
861 rtest_t6;
894 rtest_t6;
928 rtest_t6;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text);
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text);
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Drules.sql82 create table rtest_t6 (a int4, b text); table
93 insert into rtest_t6 values (new.a, new.b);
99 create rule rtest_t6_ins as on insert to rtest_t6
311 select * from rtest_t6;
317 delete from rtest_t6;
336 select * from rtest_t6;
344 select * from rtest_t6;
352 select * from rtest_t6;

1234