Home
last modified time | relevance | path

Searched refs:tt1 (Results 151 – 175 of 2505) sorted by relevance

12345678910>>...101

/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/expected/
H A Dcreate_view.out334 \d+ tt1
379 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
390 tt1.f3
422 tt1.f3
438 tt1.f3
455 tt1.f3
487 tt1.f3
503 tt1.f3
568 tt1.f3
633 tt1.f3
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/expected/
H A Dcreate_view.out334 \d+ tt1
379 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
390 tt1.f3
422 tt1.f3
438 tt1.f3
455 tt1.f3
487 tt1.f3
503 tt1.f3
568 tt1.f3
633 tt1.f3
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/expected/
H A Dcreate_view.out334 \d+ tt1
379 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
390 tt1.f3
422 tt1.f3
438 tt1.f3
455 tt1.f3
487 tt1.f3
503 tt1.f3
568 tt1.f3
633 tt1.f3
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/expected/
H A Dcreate_view.out334 \d+ tt1
379 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
390 tt1.f3
422 tt1.f3
438 tt1.f3
455 tt1.f3
487 tt1.f3
503 tt1.f3
568 tt1.f3
633 tt1.f3
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/expected/
H A Dcreate_view.out334 \d+ tt1
379 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
390 tt1.f3
422 tt1.f3
438 tt1.f3
455 tt1.f3
487 tt1.f3
503 tt1.f3
568 tt1.f3
633 tt1.f3
[all …]
/dports/devel/ga/ga-5.8/pario/dra/
H A Dtime_mxm.F70 double precision tt0, tt1
123 tt1 = MP_TIMER() -tt0
126 write(6,100)mbytes,tt1,mbytes/tt1
149 tt1 = MP_TIMER() -tt0
152 write(6,100)mbytes,tt1,mbytes/tt1
177 tt1 = MP_TIMER() -tt0
178 if(me.eq.0)print *,'time=',tt1,' MFLOPS=', 2d-6*n*n*n/tt1
H A Ddra_mxm.F74 double precision dsin, sum, tt0, tt1 local
126 tt1 = MP_TIMER() -tt0
129 write(6,100)mbytes,tt1,mbytes/tt1
152 tt1 = MP_TIMER() -tt0
155 write(6,100)mbytes,tt1,mbytes/tt1
180 tt1 = MP_TIMER() -tt0
181 if(me.eq.0)print *,'time=',tt1,' MFLOPS=', 2d-6*n*n*n/tt1
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DTimeZoneInfo.TransitionTimeTest.cs103 TimeZoneInfo.TransitionTime tt1 = TimeZoneInfo.TransitionTime.CreateFixedDateRule (dt, 1, 21); in EqualsObject()
104 Assert.IsFalse (tt1.Equals (null), "null"); // found using Gendarme :) in EqualsObject()
105 Assert.IsTrue (tt1.Equals (tt1), "self"); in EqualsObject()
107 Assert.IsFalse (tt2.Equals (tt1), "1!=2"); in EqualsObject()
108 Assert.IsFalse (tt1.Equals (tt2), "2!=1"); in EqualsObject()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Disolation_ensure_dependency_activate_node.out17 SELECT count(*) FROM pg_type where typname = 'tt1';
110 SELECT count(*) FROM pg_type where typname = 'tt1';
177 SELECT count(*) FROM pg_type where typname = 'tt1';
276 SELECT count(*) FROM pg_type where typname = 'tt1';
1641 CREATE TYPE tt1 AS (a int, b int);
1665 (type,{public.tt1},{})
1786 CREATE TYPE tt1 AS (a int, b int);
1817 (type,{public.tt1},{})
1942 CREATE TYPE tt1 AS (a int, b int);
1945 CREATE TABLE t1 (a int, b tt1);
[all …]
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damxml.c889 char *tt1 = tt; in amtext() local
891 sep = strchr(tt1,','); in amtext()
894 if (strcmp(tt1,"PRE-AMCHECK") == 0) in amtext()
900 else if (strcmp(tt1,"POST-AMCHECK") == 0) in amtext()
906 else if (strcmp(tt1,"PRE-ESTIMATE") == 0) in amtext()
918 else if (strcmp(tt1,"PRE-BACKUP") == 0) in amtext()
924 else if (strcmp(tt1,"POST-BACKUP") == 0) in amtext()
930 else if (strcmp(tt1,"PRE-RECOVER") == 0) in amtext()
932 else if (strcmp(tt1,"POST-RECOVER") == 0) in amtext()
941 dbprintf("BAD EXECUTE_ON: %s\n", tt1); in amtext()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damxml.c889 char *tt1 = tt; in amtext() local
891 sep = strchr(tt1,','); in amtext()
894 if (strcmp(tt1,"PRE-AMCHECK") == 0) in amtext()
900 else if (strcmp(tt1,"POST-AMCHECK") == 0) in amtext()
906 else if (strcmp(tt1,"PRE-ESTIMATE") == 0) in amtext()
918 else if (strcmp(tt1,"PRE-BACKUP") == 0) in amtext()
924 else if (strcmp(tt1,"POST-BACKUP") == 0) in amtext()
930 else if (strcmp(tt1,"PRE-RECOVER") == 0) in amtext()
932 else if (strcmp(tt1,"POST-RECOVER") == 0) in amtext()
941 dbprintf("BAD EXECUTE_ON: %s\n", tt1); in amtext()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dcreate_view.sql249 CREATE VIEW tt1 AS view
255 \d+ tt1
256 SELECT * FROM tt1;
257 SELECT a::varchar(3) FROM tt1;
258 DROP VIEW tt1;
267 select * from tt1
270 select * from tt1 a1
273 select * from tt1
277 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
291 ALTER TABLE tt1 RENAME TO a2;
[all …]

12345678910>>...101