File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Id: builtins.h,v 1.166 2001/10/08 19:55:07 tgl Exp $
10+ * $Id: builtins.h,v 1.167 2001/10/13 16:34:08 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -588,6 +588,7 @@ extern Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS);
588588 */
589589extern Datum getdatabaseencoding (PG_FUNCTION_ARGS );
590590extern Datum database_character_set (PG_FUNCTION_ARGS );
591+ extern Datum pg_client_encoding (PG_FUNCTION_ARGS );
591592extern Datum PG_encoding_to_char (PG_FUNCTION_ARGS );
592593extern Datum PG_char_to_encoding (PG_FUNCTION_ARGS );
593594extern Datum PG_character_set_name (PG_FUNCTION_ARGS );
You can’t perform that action at this time.
0 commit comments