summaryrefslogtreecommitdiff
path: root/src/include/catalog/namespace.h
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2002-08-06 05:40:47 +0000
committerTatsuo Ishii <ishii@postgresql.org>2002-08-06 05:40:47 +0000
commit6206a880cf233e5bf70a0ced6be810c399c7e006 (patch)
treeb4bd3ace547b4e06fad5503a9c3aad633b2a05c6 /src/include/catalog/namespace.h
parent34f03b1630254af7ec64c8da45d93ef6ef7e4870 (diff)
downloadpostgresql-6206a880cf233e5bf70a0ced6be810c399c7e006.tar.gz
Add SQL99 CONVERT() function.
Diffstat (limited to 'src/include/catalog/namespace.h')
-rw-r--r--src/include/catalog/namespace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h
index bd0f176f28..f7e4ec32fd 100644
--- a/src/include/catalog/namespace.h
+++ b/src/include/catalog/namespace.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: namespace.h,v 1.17 2002/07/29 23:46:35 tgl Exp $
+ * $Id: namespace.h,v 1.18 2002/08/06 05:40:45 ishii Exp $
*
*-------------------------------------------------------------------------
*/
@@ -80,6 +80,7 @@ extern bool isTempNamespace(Oid namespaceId);
extern void PushSpecialNamespace(Oid namespaceId);
extern void PopSpecialNamespace(Oid namespaceId);
+extern Oid FindConversionByName(List *conname);
extern Oid FindDefaultConversionProc(int4 for_encoding, int4 to_encoding);
/* initialization & transaction cleanup code */