|
7 | 7 | * Portions Copyright (c) 1996-2001, 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.234 2002/04/2601:24:08 tgl Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.235 2002/04/30 21:01:52 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -1493,9 +1493,9 @@ DESCR("date difference preserving months and years");
|
1493 | 1493 | DATA(insertOID=1200 (reltimePGNSPPGUID12ftftfi1703"23"10000100int4reltime-_null_ ));
|
1494 | 1494 | DESCR("convert int4 to reltime");
|
1495 | 1495 |
|
1496 |
| -DATA(insertOID=1215 (obj_descriptionPGNSPPGUID14ftftfs225"26 19"10000100"select description from pg_description where objoid = $1 and classoid = (select oid from pg_class where relname = $2) and objsubid = 0"-_null_ )); |
| 1496 | +DATA(insertOID=1215 (obj_descriptionPGNSPPGUID14ftftfs225"26 19"10000100"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_ )); |
1497 | 1497 | DESCR("get description for object id and catalog name");
|
1498 |
| -DATA(insertOID=1216 (col_descriptionPGNSPPGUID14ftftfs225"26 23"10000100"select description from pg_description where objoid = $1 and classoid =(select oid from pg_class where relname = \'pg_class\') and objsubid = $2"-_null_ )); |
| 1498 | +DATA(insertOID=1216 (col_descriptionPGNSPPGUID14ftftfs225"26 23"10000100"select description from pg_description where objoid = $1 and classoid =\'pg_catalog.pg_class\'::regclass and objsubid = $2"-_null_ )); |
1499 | 1499 | DESCR("get description for table column");
|
1500 | 1500 |
|
1501 | 1501 | DATA(insertOID=1217 (date_truncPGNSPPGUID12ftftfi21184"25 1184"10000100timestamptz_trunc-_null_ ));
|
|