diff options
Diffstat (limited to 'src/include/utils/builtins.h')
-rw-r--r-- | src/include/utils/builtins.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index f6838a59382..eedc9766302 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.120 2000/07/06 05:48:30 tgl Exp $ + * $Id: builtins.h,v 1.121 2000/07/07 19:24:43 petere Exp $ * *------------------------------------------------------------------------- */ @@ -609,4 +609,7 @@ extern Datum getdatabaseencoding(PG_FUNCTION_ARGS); extern Datum PG_encoding_to_char(PG_FUNCTION_ARGS); extern Datum PG_char_to_encoding(PG_FUNCTION_ARGS); +/* formatting for internal types */ +extern Datum format_type(PG_FUNCTION_ARGS); + #endif /* BUILTINS_H */ |