Encoding/collation question
Rich Shepard <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <[email protected]> |
My older databases have LATIN1 encoding and C collation; the newer ones have UTF8 encoding and en_US.UTF-8 collation. A web search taught me that I can change each old database by dumping it and restoring it with the desired encoding and collation types. My question is whether the older types make any difference in a single-user environment. Regards, Rich