-
+
Localization>
allows you to store text in a variety of character sets, including
single-byte character sets such as the ISO 8859 series and
multiple-byte character sets such as
EUC> (Extended Unix
- Code), UTF-8, and Mule internal code. All character sets can be
- used transparently throughout the server. (If you use extension
- functions from other sources, it depends on whether they wrote
- their code correctly.) The default character set is selected while
+ Code), UTF-8, and Mule internal code. All supported character sets
+ can be used transparently by clients, but a few are not supported
+ for use within the server (that is, as a server-side encoding).
+ The default character set is selected while
initializing your
PostgreSQL database
cluster using initdb>. It can be overridden when you
- create a database using createdb or by using the
- SQL command CREATE DATABASE>. So you can have multiple
+ create a database, so you can have multiple
databases each with a different character set.
shows the character sets available
- for use in the server.
Server Character Sets
- 2">
+ 6">
|
Name
Description
Language
+ Server?