File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 (insert OID = 877 ( substr PGUID 12 f t t t 3 f 25 "25 23 23" 100 0 0 100 text_substr - ));
2102
2102
DESCR ("return portion of string" );
2103
2103
DATA (insert OID = 878 ( translate PGUID 12 f t t t 3 f 25 "25 25 25" 100 0 0 100 translate - ));
2104
- DESCR ("modify string by substring replacement " );
2104
+ DESCR ("map a set of character appearing in string " );
2105
2105
DATA (insert OID = 879 ( lpad PGUID 14 f t t t 2 f 25 "25 23" 100 0 0 100 "select lpad($1, $2, \' \')" - ));
2106
2106
DESCR ("left-pad string to length" );
2107
2107
DATA (insert OID = 880 ( rpad PGUID 14 f t t t 2 f 25 "25 23" 100 0 0 100 "select rpad($1, $2, \' \')" - ));
You can’t perform that action at this time.
0 commit comments