|
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(insertOID=1359 (timestamptzPGNSPPGUID12fftfi21184"1082 1266"datetimetz_timestamptz-_null_ ));
|
1699 | 1699 | DESCR("convert date and time with time zone to timestamp with time zone");
|
1700 | 1700 |
|
1701 |
| -DATA(insertOID=1364 (timePGNSPPGUID14fftfi11083"702""selecttime(cast($1 as timestamp without time zone))"-_null_ )); |
| 1701 | +DATA(insertOID=1364 (timePGNSPPGUID14fftfs11083"702""selectcast(cast($1 as timestamp without time zone) as time)"-_null_ )); |
1702 | 1702 | DESCR("convert abstime to time");
|
1703 | 1703 |
|
1704 | 1704 | DATA(insertOID=1367 (character_lengthPGNSPPGUID12fftfi123"1042"bpcharlen-_null_ ));
|
|