diff options
| author | Tatsuo Ishii | 2002-07-16 06:58:14 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2002-07-16 06:58:14 +0000 |
| commit | d49108fd7316bf925b649ea85ac191ed654c4e94 (patch) | |
| tree | 202a4a019d4582c7a8e4d10f2873522bc2230de8 /src/include | |
| parent | 30ec31604d56388b7b05ecf48cd8fa56c18f181b (diff) | |
Add FindDefaultConversionProc
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/namespace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h index 4d7fa7ec3e5..5341027c071 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.15 2002/06/20 20:29:43 momjian Exp $ + * $Id: namespace.h,v 1.16 2002/07/16 06:58:13 ishii Exp $ * *------------------------------------------------------------------------- */ @@ -75,6 +75,8 @@ extern bool isTempNamespace(Oid namespaceId); extern void PushSpecialNamespace(Oid namespaceId); extern void PopSpecialNamespace(Oid namespaceId); +extern Oid FindDefaultConversionProc(int4 for_encoding, int4 to_encoding); + /* initialization & transaction cleanup code */ extern void InitializeSearchPath(void); extern void AtEOXact_Namespace(bool isCommit); |
