|
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.280 2002/12/12 21:02:25 momjian Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.281 2003/01/09 00:58:41 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -1494,6 +1494,9 @@ DESCR("date difference preserving months and years");
|
1494 | 1494 |
|
1495 | 1495 | /* OIDS 1200 - 1299 */
|
1496 | 1496 |
|
| 1497 | +DATA(insertOID=1200 (intervalPGNSPPGUID12fftfi21186"1186 23"interval_scale-_null_ )); |
| 1498 | +DESCR("adjust interval precision"); |
| 1499 | + |
1497 | 1500 | DATA(insertOID=1215 (obj_descriptionPGNSPPGUID14fftfs225"26 19""select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = $2 and relnamespace = PGNSP) and objsubid = 0"-_null_ ));
|
1498 | 1501 | DESCR("get description for object id and catalog name");
|
1499 | 1502 | DATA(insertOID=1216 (col_descriptionPGNSPPGUID14fftfs225"26 23""select description from pg_description where objoid = $1 and classoid = \'pg_catalog.pg_class\'::regclass and objsubid = $2"-_null_ ));
|
@@ -2774,15 +2777,15 @@ DATA(insert OID = 1954 ( byteacmp PGNSP PGUID 12 f f t f i 2 23 "17 17"byt
|
2774 | 2777 | DESCR("less-equal-greater");
|
2775 | 2778 |
|
2776 | 2779 | DATA(insertOID=1961 (timestampPGNSPPGUID12fftfi21114"1114 23"timestamp_scale-_null_ ));
|
2777 |
| -DESCR("adjusttime precision"); |
| 2780 | +DESCR("adjusttimestamp precision"); |
2778 | 2781 |
|
2779 | 2782 | DATA(insertOID=1965 (oidlargerPGNSPPGUID12fftfi226"26 26"oidlarger-_null_ ));
|
2780 | 2783 | DESCR("larger of two");
|
2781 | 2784 | DATA(insertOID=1966 (oidsmallerPGNSPPGUID12fftfi226"26 26"oidsmaller-_null_ ));
|
2782 | 2785 | DESCR("smaller of two");
|
2783 | 2786 |
|
2784 | 2787 | DATA(insertOID=1967 (timestamptzPGNSPPGUID12fftfi21184"1184 23"timestamptz_scale-_null_ ));
|
2785 |
| -DESCR("adjusttime precision"); |
| 2788 | +DESCR("adjusttimestamp precision"); |
2786 | 2789 | DATA(insertOID=1968 (timePGNSPPGUID12fftfi21083"1083 23"time_scale-_null_ ));
|
2787 | 2790 | DESCR("adjust time precision");
|
2788 | 2791 | DATA(insertOID=1969 (timetzPGNSPPGUID12fftfi21266"1266 23"timetz_scale-_null_ ));
|
|