From b54faa1b15c9dea37d79995063a4e7d83e0159d3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 9 Jul 2000 21:30:21 +0000 Subject: oidvectortypes: use SQL type names and separate by commas psql \df: use format_type and oidvectortypes map type REAL to float4, not float8 psql \dd :work around UNION bug --- src/include/utils/builtins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/utils/builtins.h') diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index e2c66f513d5..07e732f1e86 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.122 2000/07/08 03:04:36 tgl Exp $ + * $Id: builtins.h,v 1.123 2000/07/09 21:30:21 petere Exp $ * *------------------------------------------------------------------------- */ @@ -325,7 +325,6 @@ extern Datum texticregexne(PG_FUNCTION_ARGS); /* regproc.c */ extern Datum regprocin(PG_FUNCTION_ARGS); extern Datum regprocout(PG_FUNCTION_ARGS); -extern Datum oidvectortypes(PG_FUNCTION_ARGS); extern Datum regproctooid(PG_FUNCTION_ARGS); /* define macro to replace mixed-case function call - tgl 97/04/27 */ @@ -601,7 +600,8 @@ 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 */ +/* format_type.c */ extern Datum format_type(PG_FUNCTION_ARGS); +extern Datum oidvectortypes(PG_FUNCTION_ARGS); #endif /* BUILTINS_H */ -- cgit v1.2.3