File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_proc.h,v 1.292 2003/04/08 23:20:03 tgl Exp $
10
+ * $Id: pg_proc.h,v 1.293 2003/04/17 04:50:20 tgl Exp $
11
11
*
12
12
* NOTES
13
13
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1698,7 +1698,7 @@ DESCR("less-equal-greater");
1698
1698
DATA (insert OID = 1359 ( timestamptz PGNSP PGUID 12 f f t f i 2 1184 "1082 1266" datetimetz_timestamptz - _null_ ));
1699
1699
DESCR ("convert date and time with time zone to timestamp with time zone" );
1700
1700
1701
- DATA (insert OID = 1364 ( time PGNSP PGUID 14 f f t f i 1 1083 "702" "select time (cast($1 as timestamp without time zone))" - _null_ ));
1701
+ DATA (insert OID = 1364 ( time PGNSP PGUID 14 f f t f s 1 1083 "702" "select cast (cast($1 as timestamp without time zone) as time )" - _null_ ));
1702
1702
DESCR ("convert abstime to time" );
1703
1703
1704
1704
DATA (insert OID = 1367 ( character_length PGNSP PGUID 12 f f t f i 1 23 "1042" bpcharlen - _null_ ));
You can’t perform that action at this time.
0 commit comments