|
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.545 2009/07/07 18:23:14 petere Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.546 2009/07/07 18:49:16 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2279,7 +2279,7 @@ DATA(insert OID = 1597 ( pg_encoding_to_char PGNSP PGUID 12 1 0 0 f f f t f
|
2279 | 2279 | DESCR("convert encoding id to encoding name");
|
2280 | 2280 |
|
2281 | 2281 | DATA(insertOID=2319 (pg_encoding_max_lengthPGNSPPGUID12100ffftfi1023"23"_null__null__null__null_pg_encoding_max_length_sql_null__null__null_ ));
|
2282 |
| -DESCR("maximum octet length of a character inan eocidng"); |
| 2282 | +DESCR("maximum octet length of a character ingiven encoding"); |
2283 | 2283 |
|
2284 | 2284 | DATA(insertOID=1638 (oidgtPGNSPPGUID12100ffftfi2016"26 26"_null__null__null__null_oidgt_null__null__null_ ));
|
2285 | 2285 | DESCR("greater-than");
|
|