|
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.198 2001/07/16 05:06:59 tgl Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.199 2001/07/31 17:09:30 momjian Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki |
@@ -2101,7 +2101,7 @@ DESCR("right-pad string to length"); |
2101 | 2101 | DATA(insertOID=877 (substrPGUID12fttt3f25"25 23 23"10000100text_substr- )); |
2102 | 2102 | DESCR("return portion of string"); |
2103 | 2103 | DATA(insertOID=878 (translatePGUID12fttt3f25"25 25 25"10000100translate- )); |
2104 | | -DESCR("modify string by substring replacement"); |
| 2104 | +DESCR("map a set of character appearing in string"); |
2105 | 2105 | DATA(insertOID=879 (lpadPGUID14fttt2f25"25 23"10000100"select lpad($1, $2, \' \')"- )); |
2106 | 2106 | DESCR("left-pad string to length"); |
2107 | 2107 | DATA(insertOID=880 (rpadPGUID14fttt2f25"25 23"10000100"select rpad($1, $2, \' \')"- )); |
|