|
8 | 8 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_conversion.h,v 1.10 2003/08/04 02:40:12 momjian Exp $ |
| 11 | + * $Id: pg_conversion.h,v 1.11 2003/09/16 07:47:06 ishii Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
|
37 | 37 | *conforencodingFOR encoding id
|
38 | 38 | *contoencodingTO encoding id
|
39 | 39 | *conprocOID of the conversion proc
|
40 |
| - *condefaultTRUEis this is a default conversion |
| 40 | + *condefaultTRUEif this is a default conversion |
41 | 41 | * ----------------------------------------------------------------
|
42 | 42 | */
|
43 | 43 | CATALOG(pg_conversion)
|
|