Home
last modified time | relevance | path

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

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/expected/
H A Dportals.sql323 CREATE FUNCTION count_tt1_s () function
335 count_tt1_s ();
348 count_tt1_s ();
359 DROP FUNCTION count_tt1_s ();
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dportals.sql261 create function count_tt1_s() returns int8 as function
268 declare c1 cursor for select count_tt1_v(), count_tt1_s();
280 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
291 drop function count_tt1_s();
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dportals.sql281 create function count_tt1_s() returns int8 as function
288 declare c1 cursor for select count_tt1_v(), count_tt1_s();
300 declare c2 cursor with hold for select count_tt1_v(), count_tt1_s();
311 drop function count_tt1_s();

1234