Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fbf442

Browse files
committed
Update 'translate' function description. translate does character set
mapping, not character strings.
1 parenta54f0e8 commit6fbf442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2101,7 +2101,7 @@ DESCR("right-pad string to length");
21012101
DATA(insertOID=877 (substrPGUID12fttt3f25"25 23 23"10000100text_substr- ));
21022102
DESCR("return portion of string");
21032103
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");
21052105
DATA(insertOID=879 (lpadPGUID14fttt2f25"25 23"10000100"select lpad($1, $2, \' \')"- ));
21062106
DESCR("left-pad string to length");
21072107
DATA(insertOID=880 (rpadPGUID14fttt2f25"25 23"10000100"select rpad($1, $2, \' \')"- ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp