|
7 | 7 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.327 2004/05/02 13:38:27 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.328 2004/05/07 16:57:16 tgl Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki |
@@ -1315,7 +1315,7 @@ DESCR("convert timetz to text"); |
1315 | 1315 |
|
1316 | 1316 | /* OIDS 1000 - 1999 */ |
1317 | 1317 |
|
1318 | | -DATA(insertOID=1026 (timezonePGNSPPGUID12fftfs21114"1186 1184"_null_timestamptz_izone-_null_ )); |
| 1318 | +DATA(insertOID=1026 (timezonePGNSPPGUID12fftfi21114"1186 1184"_null_timestamptz_izone-_null_ )); |
1319 | 1319 | DESCR("adjust timestamp to new time zone"); |
1320 | 1320 |
|
1321 | 1321 | DATA(insertOID=1029 (nullvaluePGNSPPGUID12ffffi116"2276"_null_nullvalue-_null_ )); |
@@ -1437,7 +1437,7 @@ DATA(insert OID = 1156 ( timestamptz_ge PGNSP PGUID 12 f f t f i 2 16 "1184 1 |
1437 | 1437 | DESCR("greater-than-or-equal"); |
1438 | 1438 | DATA(insertOID=1157 (timestamptz_gtPGNSPPGUID12fftfi216"1184 1184"_null_timestamp_gt-_null_ )); |
1439 | 1439 | DESCR("greater-than"); |
1440 | | -DATA(insertOID=1159 (timezonePGNSPPGUID12fftfs21114"25 1184"_null_timestamptz_zone-_null_ )); |
| 1440 | +DATA(insertOID=1159 (timezonePGNSPPGUID12fftfi21114"25 1184"_null_timestamptz_zone-_null_ )); |
1441 | 1441 | DESCR("adjust timestamp to new time zone"); |
1442 | 1442 |
|
1443 | 1443 | DATA(insertOID=1160 (interval_inPGNSPPGUID12fftfs31186"2275 26 23"_null_interval_in-_null_ )); |
@@ -2891,7 +2891,7 @@ DATA(insert OID = 2035 ( timestamp_smaller PGNSP PGUID 12 f f t f i 2 1114 "111 |
2891 | 2891 | DESCR("smaller of two"); |
2892 | 2892 | DATA(insertOID=2036 (timestamp_largerPGNSPPGUID12fftfi21114"1114 1114"_null_timestamp_larger-_null_ )); |
2893 | 2893 | DESCR("larger of two"); |
2894 | | -DATA(insertOID=2037 (timezonePGNSPPGUID12fftfs21266"25 1266"_null_timetz_zone-_null_ )); |
| 2894 | +DATA(insertOID=2037 (timezonePGNSPPGUID12fftfi21266"25 1266"_null_timetz_zone-_null_ )); |
2895 | 2895 | DESCR("adjust time with time zone to new zone"); |
2896 | 2896 | DATA(insertOID=2038 (timezonePGNSPPGUID12fftfi21266"1186 1266"_null_timetz_izone-_null_ )); |
2897 | 2897 | DESCR("adjust time with time zone to new zone"); |
@@ -2934,9 +2934,9 @@ DESCR("date difference preserving months and years"); |
2934 | 2934 | DATA(insertOID=2059 (agePGNSPPGUID14fftfs11186"1114"_null_"select pg_catalog.age(cast(current_date as timestamp without time zone), $1)"-_null_ )); |
2935 | 2935 | DESCR("date difference from today preserving months and years"); |
2936 | 2936 |
|
2937 | | -DATA(insertOID=2069 (timezonePGNSPPGUID12fftfs21184"25 1114"_null_timestamp_zone-_null_ )); |
| 2937 | +DATA(insertOID=2069 (timezonePGNSPPGUID12fftfi21184"25 1114"_null_timestamp_zone-_null_ )); |
2938 | 2938 | DESCR("adjust timestamp to new time zone"); |
2939 | | -DATA(insertOID=2070 (timezonePGNSPPGUID12fftfs21184"1186 1114"_null_timestamp_izone-_null_ )); |
| 2939 | +DATA(insertOID=2070 (timezonePGNSPPGUID12fftfi21184"1186 1114"_null_timestamp_izone-_null_ )); |
2940 | 2940 | DESCR("adjust timestamp to new time zone"); |
2941 | 2941 | DATA(insertOID=2071 (date_pl_intervalPGNSPPGUID12fftfi21114"1082 1186"_null_date_pl_interval-_null_ )); |
2942 | 2942 | DESCR("add"); |
|