|
7 | 7 | * Portions Copyright (c) 1996-2008, 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.522 2008/11/0320:17:20 adunstan Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.523 2008/11/0321:09:17 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2293,7 +2293,7 @@ DESCR("result type of a function");
|
2293 | 2293 | DATA(insertOID=1686 (pg_get_keywordsPGNSPPGUID12104000fftts02249"""{25,18,25}""{o,o,o}""{word,catcode,catdesc}"pg_get_keywords_null__null__null_ ));
|
2294 | 2294 | DESCR("list of SQL keywords");
|
2295 | 2295 |
|
2296 |
| -DATA(insertOID=1619 (pg_typeofPGNSPPGUID12100ffffi12206"2276"_null__null__null_pg_typeof_null__null__null_ )); |
| 2296 | +DATA(insertOID=1619 (pg_typeofPGNSPPGUID12100ffffs12206"2276"_null__null__null_pg_typeof_null__null__null_ )); |
2297 | 2297 | DESCR("returns the type of the argument");
|
2298 | 2298 |
|
2299 | 2299 | /* Generic referential integrity constraint triggers */
|
|