代码搜索:OUT

找到约 10,000 项符合「OUT」的源代码

代码结果 10,000
www.eeworm.com/read/376006/2718035

out reltime.out

-- -- RELTIME -- CREATE TABLE RELTIME_TBL (f1 reltime); INSERT INTO RELTIME_TBL (f1) VALUES ('@ 1 minute'); INSERT INTO RELTIME_TBL (f1) VALUES ('@ 5 hour'); INSERT INTO RELTIME_TBL (f1) VALUES ('@ 10
www.eeworm.com/read/376006/2718037

out tsearch.out

-- -- Sanity checks for text search catalogs -- -- NB: we assume the oidjoins test will have caught any dangling links, -- that is OID or REGPROC fields that are not zero and do not match some -- row
www.eeworm.com/read/376006/2718038

out timetz.out

-- -- TIMETZ -- CREATE TABLE TIMETZ_TBL (f1 time(2) with time zone); INSERT INTO TIMETZ_TBL VALUES ('00:01 PDT'); INSERT INTO TIMETZ_TBL VALUES ('01:00 PDT'); INSERT INTO TIMETZ_TBL VALUES ('02:03 PDT
www.eeworm.com/read/376006/2718039

out numerology.out

-- -- NUMEROLOGY -- Test various combinations of numeric types and functions. -- -- -- Test implicit type conversions -- This fails for Postgres v6.1 (and earlier?) -- so let's try explicit conversio
www.eeworm.com/read/376006/2718042

out polygon.out

-- -- POLYGON -- -- polygon logic -- -- 3 o -- | -- 2 + | -- / | -- 1 # o + -- / | -- 0 #-----o-+ -- -- 0 1 2 3 4 -- CREATE TABLE POLYGON_TBL(f1 polygon); INSERT INTO PO
www.eeworm.com/read/376006/2718044

out polymorphism.out

-- Currently this tests polymorphic aggregates and indirectly does some -- testing of polymorphic SQL functions. It ought to be extended. -- Legend: ----------- -- A = type is ANY -- P = type is poly
www.eeworm.com/read/376006/2718045

out txid.out

-- txid_snapshot data type and related functions -- i/o select '12:13:'::txid_snapshot; txid_snapshot --------------- 12:13: (1 row) select '12:18:14,16'::txid_snapshot; txid_snapshot ----------
www.eeworm.com/read/376006/2718046

out update.out

-- -- UPDATE syntax tests -- CREATE TABLE update_test ( a INT DEFAULT 10, b INT, c TEXT ); INSERT INTO update_test VALUES (5, 10, 'foo'); INSERT INTO update_test(b, a) VALUES (15, 10
www.eeworm.com/read/376006/2718047

out point.out

-- -- POINT -- CREATE TABLE POINT_TBL(f1 point); INSERT INTO POINT_TBL(f1) VALUES ('(0.0,0.0)'); INSERT INTO POINT_TBL(f1) VALUES ('(-10.0,0.0)'); INSERT INTO POINT_TBL(f1) VALUES ('(-3.0,4.0)'); INSE
www.eeworm.com/read/376006/2718049

out tinterval.out

-- -- TINTERVAL -- CREATE TABLE TINTERVAL_TBL (f1 tinterval); -- Should accept any abstime, -- so do not bother with extensive testing of values INSERT INTO TINTERVAL_TBL (f1) VALUES ('["-infinity