Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1c31e commit 74f0b61Copy full SHA for 74f0b61
src/include/utils/builtins.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: builtins.h,v 1.138 2000/09/19 18:18:02 petere Exp $
+ * $Id: builtins.h,v 1.139 2000/09/25 16:36:36 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -456,7 +456,7 @@ extern Datum btrim(PG_FUNCTION_ARGS);
456
extern Datum ltrim(PG_FUNCTION_ARGS);
457
extern Datum rtrim(PG_FUNCTION_ARGS);
458
extern Datum translate(PG_FUNCTION_ARGS);
459
-extern Datum ichar(PG_FUNCTION_ARGS);
+extern Datum chr(PG_FUNCTION_ARGS);
460
extern Datum repeat(PG_FUNCTION_ARGS);
461
extern Datum ascii(PG_FUNCTION_ARGS);
462
0 commit comments