|
7 | 7 | * Portions Copyright (c) 1996-2009, 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.555 2009/12/05 21:43:35 petere Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.556 2009/12/06 02:55:54 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -1314,7 +1314,7 @@ DATA(insert OID = 1062 ( aclitemeq PGNSP PGUID 12 1 0 0 f f f t f i 2 0 16
|
1314 | 1314 | DESCR("equality operator for ACL items");
|
1315 | 1315 | DATA(insertOID=1365 (makeaclitemPGNSPPGUID12100ffftfi401033"26 26 25 16"_null__null__null__null_makeaclitem_null__null__null_ ));
|
1316 | 1316 | DESCR("make ACL item");
|
1317 |
| -DATA(insertOID=1248 (aclexplodePGNSPPGUID121100ffftts102249"1034""{1034,26,26,25,16}""{i,o,o,o,o}""{acl,grantor,grantee,privilege_type,is_grantable}"_null_aclexplode_null__null__null_ )); |
| 1317 | +DATA(insertOID=1689 (aclexplodePGNSPPGUID121100ffftts102249"1034""{1034,26,26,25,16}""{i,o,o,o,o}""{acl,grantor,grantee,privilege_type,is_grantable}"_null_aclexplode_null__null__null_ )); |
1318 | 1318 | DESCR("convert ACL item array to table, for use by information schema");
|
1319 | 1319 | DATA(insertOID=1044 (bpcharinPGNSPPGUID12100ffftfi301042"2275 26 23"_null__null__null__null_bpcharin_null__null__null_ ));
|
1320 | 1320 | DESCR("I/O");
|
|