diff options
author | Bruce Momjian | 2005-12-24 18:21:34 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-12-24 18:21:34 +0000 |
commit | 1aecda002e8003cb5231bce096174c0fbfe72276 (patch) | |
tree | bafc22a64b3638ab970428955d7c0f00518e3b81 | |
parent | e5392a43f82e68e37b0db4f0588971ab0d92f497 (diff) |
Add
-rw-r--r-- | src/include/mb/pg_wchar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 7757ed2d462..3435d51c6ab 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.64 2005/12/24 18:11:30 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.65 2005/12/24 18:21:34 momjian Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H @@ -177,7 +177,8 @@ typedef enum pg_enc PG_ISO_8859_7, /* ISO-8859-7 */ PG_ISO_8859_8, /* ISO-8859-8 */ PG_WIN1250, /* windows-1250 */ - + /* PG_ENCODING_BE_LAST points to the above entry */ + /* followings are for client encoding only */ PG_SJIS, /* Shift JIS (Winindows-932) */ PG_BIG5, /* Big5 (Windows-950) */ |