|
7 | 7 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: parsenodes.h,v 1.247 2003/08/1719:58:06 tgl Exp $ |
| 10 | + * $Id: parsenodes.h,v 1.248 2003/09/1704:25:29 ishii Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt |
1628 | 1628 | NodeTagtype; |
1629 | 1629 | List*conversion_name;/* Name of the conversion */ |
1630 | 1630 | char*for_encoding_name;/* source encoding name */ |
1631 | | -char*to_encoding_name;/*destiname encoding name */ |
| 1631 | +char*to_encoding_name;/*destination encoding name */ |
1632 | 1632 | List*func_name;/* qualified conversion function name */ |
1633 | 1633 | booldef;/* is this a default conversion? */ |
1634 | 1634 | }CreateConversionStmt; |
|