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

Commit4b11e39

Browse files
author
Thomas G. Lockhart
committed
Remove single-argument trim() function from table.
Never seen because the parser frontend converts all trim() calls to btrim(), ltrim(), and rtime() calls before execution.
1 parent21d1e47 commit4b11e39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.64 1998/08/11 18:28:47 momjian Exp $
9+
* $Id: pg_proc.h,v 1.65 1998/08/15 06:47:39 thomas Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2041,9 +2041,6 @@ DESCR("");
20412041
/* Oracle Compatibility Related Functions - By Edmund Mergl <E.Mergl@bawue.de> */
20422042
DATA(insertOID=868 (strposPGUID14ftf2f23"25 25"10000100"select textpos($1, $2)"- ));
20432043
DESCR("find position of substring");
2044-
2045-
DATA(insertOID=869 (trimPGUID14ftf1f25"25"10000100"select btrim($1, \' \')"- ));
2046-
DESCR("trim trailing whitespace");
20472044
DATA(insertOID=870 (lowerPGUID11ftf1f25"25"10000100foobar ));
20482045
DESCR("lowercase");
20492046
DATA(insertOID=871 (upperPGUID11ftf1f25"25"10000100foobar ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp