2. Creating Databases : How a Database Is Created : Create a non-Unicode Database
 
Share this page                  
Create a non-Unicode Database
When you create a database, it is Unicode enabled and supports Normalization Form C by default, even though the character set for the installation may not be UTF8.
To exclude the database from being Unicode enabled, use the -e flag on the createdb command.
To create a non-Unicode database
Issue this command at the command line:
createdb -e dbname