* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_conversion.h,v 1.4 2002/08/06 05:40:45 ishii Exp $
+ * $Id: pg_conversion.h,v 1.5 2002/08/06 14:11:06 tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
extern Oid FindConversion(const char *conname, Oid connamespace);
extern Oid FindDefaultConversion(Oid connamespace, int4 for_encoding, int4 to_encoding);
-extern Datum pg_convert3(PG_FUNCTION_ARGS);
-
#endif /* PG_CONVERSION_H */
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.188 2002/07/29 22:14:11 tgl Exp $
+ * $Id: builtins.h,v 1.189 2002/08/06 14:11:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
extern Datum show_config_by_name(PG_FUNCTION_ARGS);
extern Datum set_config_by_name(PG_FUNCTION_ARGS);
+/* catalog/pg_conversion.c */
+extern Datum pg_convert3(PG_FUNCTION_ARGS);
+
#endif /* BUILTINS_H */