|
7 | 7 | * Portions Copyright (c) 1996-2010, 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.581 2010/08/24 06:30:43 itagaki Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.582 2010/09/03 01:34:55 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.pl reads this file and generates .bki
|
@@ -57,8 +57,8 @@ CATALOG(pg_proc,1255) BKI_BOOTSTRAP BKI_ROWTYPE_OID(81) BKI_SCHEMA_MACRO
|
57 | 57 | Oid proallargtypes[1]; /* all param types (NULL if IN only) */
|
58 | 58 | char proargmodes[1]; /* parameter modes (NULL if IN only) */
|
59 | 59 | text proargnames[1]; /* parameter names (NULL if no names) */
|
60 |
| - text proargdefaults; /* list of expression trees for argument |
61 |
| - * defaults (NULL if none) */ |
| 60 | + pg_node_tree proargdefaults; /* list of expression trees for argument |
| 61 | + * defaults (NULL if none) */ |
62 | 62 | text prosrc; /* procedure source text */
|
63 | 63 | text probin; /* secondary procedure info (can be NULL) */
|
64 | 64 | text proconfig[1]; /* procedure-local GUC settings */
|
@@ -399,6 +399,15 @@ DESCR("is contained by?");
|
399 | 399 | DATA(insert OID = 193 ( box_contain_pt PGNSP PGUID 12 1 0 0 f f f t f i 2 0 16 "603 600" _null_ _null_ _null_ _null_ box_contain_pt _null_ _null_ _null_ ));
|
400 | 400 | DESCR("contains?");
|
401 | 401 |
|
| 402 | +DATA(insert OID = 195 ( pg_node_tree_in PGNSP PGUID 12 1 0 0 f f f t f i 1 0 194 "2275" _null_ _null_ _null_ _null_ pg_node_tree_in _null_ _null_ _null_ )); |
| 403 | +DESCR("I/O"); |
| 404 | +DATA(insert OID = 196 ( pg_node_tree_out PGNSP PGUID 12 1 0 0 f f f t f i 1 0 2275 "194" _null_ _null_ _null_ _null_ pg_node_tree_out _null_ _null_ _null_ )); |
| 405 | +DESCR("I/O"); |
| 406 | +DATA(insert OID = 197 ( pg_node_tree_recv PGNSP PGUID 12 1 0 0 f f f t f s 1 0 194 "2281" _null_ _null_ _null_ _null_ pg_node_tree_recv _null_ _null_ _null_ )); |
| 407 | +DESCR("I/O"); |
| 408 | +DATA(insert OID = 198 ( pg_node_tree_send PGNSP PGUID 12 1 0 0 f f f t f s 1 0 17 "194" _null_ _null_ _null_ _null_ pg_node_tree_send _null_ _null_ _null_ )); |
| 409 | +DESCR("I/O"); |
| 410 | + |
402 | 411 | /* OIDS 200 - 299 */
|
403 | 412 |
|
404 | 413 | DATA(insert OID = 200 ( float4in PGNSP PGUID 12 1 0 0 f f f t f i 1 0 700 "2275" _null_ _null_ _null_ _null_ float4in _null_ _null_ _null_ ));
|
@@ -2317,7 +2326,7 @@ DATA(insert OID = 1662 ( pg_get_triggerdef PGNSP PGUID 12 1 0 0 f f f t f s
|
2317 | 2326 | DESCR("trigger description");
|
2318 | 2327 | DATA(insert OID = 1387 ( pg_get_constraintdef PGNSP PGUID 12 1 0 0 f f f t f s 1 0 25 "26" _null_ _null_ _null_ _null_ pg_get_constraintdef _null_ _null_ _null_ ));
|
2319 | 2328 | DESCR("constraint description");
|
2320 |
| -DATA(insert OID = 1716 ( pg_get_expr PGNSP PGUID 12 1 0 0 f f f t f s 2 0 25 "25 26" _null_ _null_ _null_ _null_ pg_get_expr _null_ _null_ _null_ )); |
| 2329 | +DATA(insert OID = 1716 ( pg_get_expr PGNSP PGUID 12 1 0 0 f f f t f s 2 0 25 "194 26" _null_ _null_ _null_ _null_ pg_get_expr _null_ _null_ _null_ )); |
2321 | 2330 | DESCR("deparse an encoded expression");
|
2322 | 2331 | DATA(insert OID = 1665 ( pg_get_serial_sequence PGNSP PGUID 12 1 0 0 f f f t f s 2 0 25 "25 25" _null_ _null_ _null_ _null_ pg_get_serial_sequence _null_ _null_ _null_ ));
|
2323 | 2332 | DESCR("name of sequence for a serial column");
|
@@ -4170,7 +4179,7 @@ DATA(insert OID = 2507 ( pg_get_indexdef PGNSP PGUID 12 1 0 0 f f f t f s 3
|
4170 | 4179 | DESCR("index description (full create statement or single expression) with pretty-print option");
|
4171 | 4180 | DATA(insert OID = 2508 ( pg_get_constraintdef PGNSP PGUID 12 1 0 0 f f f t f s 2 0 25 "26 16" _null_ _null_ _null_ _null_ pg_get_constraintdef_ext _null_ _null_ _null_ ));
|
4172 | 4181 | DESCR("constraint description with pretty-print option");
|
4173 |
| -DATA(insert OID = 2509 ( pg_get_expr PGNSP PGUID 12 1 0 0 f f f t f s 3 0 25 "25 26 16" _null_ _null_ _null_ _null_ pg_get_expr_ext _null_ _null_ _null_ )); |
| 4182 | +DATA(insert OID = 2509 ( pg_get_expr PGNSP PGUID 12 1 0 0 f f f t f s 3 0 25 "194 26 16" _null_ _null_ _null_ _null_ pg_get_expr_ext _null_ _null_ _null_ )); |
4174 | 4183 | DESCR("deparse an encoded expression with pretty-print option");
|
4175 | 4184 | DATA(insert OID = 2510 ( pg_prepared_statement PGNSP PGUID 12 1 1000 0 f f f t t s 0 0 2249 "" "{25,25,1184,2211,16}" "{o,o,o,o,o}" "{name,statement,prepare_time,parameter_types,from_sql}" _null_ pg_prepared_statement _null_ _null_ _null_ ));
|
4176 | 4185 | DESCR("get the prepared statements for this session");
|
|
0 commit comments