What Are the Constraints on Character Sets?
When creating a database, you can specify a character set using WITH ENCODING. For details about the supported character sets, see the official documentation.
Constraints
When template1 is used to create a database, the character set defined for this template cannot be changed. Otherwise, an error is reported. For details, see TEMPLATE Option.
Example
CREATE DATABASE my_db WITH ENCODING 'UTF8';
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot