Re: Win32 PostgreSQL 8.0 Beta 1 Installer available for download
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Dave Page" <[email protected]> writes: >> From: Aleksander Kmetec [mailto:[email protected]] >> 1. Installer lists some database encodings which are not supported. > OK, it would seem that some of the encodings listed in > src/backend/utils/mb/encnames.c are not listed as supported on > http://developer.postgresql.org/docs/postgres/multibyte.html (that > includes win1250). I have limited the list to exactly what's in the > documentation. The point is that some of the encodings listed there are only supported on the client side, not inside the server. You should instead look to src/include/mb/pg_wchar.h, typedef pg_enc, and particularly PG_ENCODING_BE_LAST. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [email protected])