8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc73264 commit 7b05ef5Copy full SHA for 7b05ef5
src/include/catalog/pg_conversion.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: pg_conversion.h,v 1.10 2003/08/04 02:40:12 momjian Exp $
+ * $Id: pg_conversion.h,v 1.11 2003/09/16 07:47:06 ishii Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -37,7 +37,7 @@
37
* conforencoding FOR encoding id
38
* contoencoding TO encoding id
39
* conproc OID of the conversion proc
40
- * condefault TRUE is this is a default conversion
+ * condefault TRUE if this is a default conversion
41
* ----------------------------------------------------------------
42
*/
43
CATALOG(pg_conversion)
0 commit comments