File tree 1 file changed +1
-4
lines changed 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
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 $
10
10
*
11
11
* NOTES
12
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2041,9 +2041,6 @@ DESCR("");
2041
2041
/* Oracle Compatibility Related Functions - By Edmund Mergl <E.Mergl@bawue.de> */
2042
2042
DATA (insert OID = 868 ( strpos PGUID 14 f t f 2 f 23 "25 25" 100 0 0 100 "select textpos($1, $2)" - ));
2043
2043
DESCR ("find position of substring" );
2044
-
2045
- DATA (insert OID = 869 ( trim PGUID 14 f t f 1 f 25 "25" 100 0 0 100 "select btrim($1, \' \')" - ));
2046
- DESCR ("trim trailing whitespace" );
2047
2044
DATA (insert OID = 870 ( lower PGUID 11 f t f 1 f 25 "25" 100 0 0 100 foo bar ));
2048
2045
DESCR ("lowercase" );
2049
2046
DATA (insert OID = 871 ( upper PGUID 11 f t f 1 f 25 "25" 100 0 0 100 foo bar ));
You can’t perform that action at this time.
0 commit comments