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

Commitd11e301

Browse files
committed
Improve the documentation comment for replace(). Robert Treat
1 parent02ac305 commitd11e301

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-2008, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.501 2008/05/27 00:13:09 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.502 2008/05/29 22:48:07 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2202,7 +2202,7 @@ DESCR("return portion of string");
22022202
DATA(insertOID=937 (substringPGNSPPGUID1210fftfi225"25 23"_null__null__null_text_substr_no_len-_null__null_ ));
22032203
DESCR("return portion of string");
22042204
DATA(insertOID=2087 (replacePGNSPPGUID1210fftfi325"25 25 25"_null__null__null_replace_text-_null__null_ ));
2205-
DESCR("replace all occurrences of old_substr with new_substr in string");
2205+
DESCR("replace all occurrencesin stringof old_substr with new_substr");
22062206
DATA(insertOID=2284 (regexp_replacePGNSPPGUID1210fftfi325"25 25 25"_null__null__null_textregexreplace_noopt-_null__null_ ));
22072207
DESCR("replace text using regexp");
22082208
DATA(insertOID=2285 (regexp_replacePGNSPPGUID1210fftfi425"25 25 25 25"_null__null__null_textregexreplace-_null__null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp