|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -588,6 +588,7 @@ extern Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS);
|
588 | 588 | */
|
589 | 589 | externDatumgetdatabaseencoding(PG_FUNCTION_ARGS);
|
590 | 590 | externDatumdatabase_character_set(PG_FUNCTION_ARGS);
|
| 591 | +externDatumpg_client_encoding(PG_FUNCTION_ARGS); |
591 | 592 | externDatumPG_encoding_to_char(PG_FUNCTION_ARGS);
|
592 | 593 | externDatumPG_char_to_encoding(PG_FUNCTION_ARGS);
|
593 | 594 | externDatumPG_character_set_name(PG_FUNCTION_ARGS);
|
|