Creating a Database
Procedure
- In the database list of the Home page, click Create Database.
- On the displayed page, enter a database name and select a character set.
You can execute the following SQL statement to query system table pg_collation and view character sets and their corresponding collations and collation types:
select pg_encoding_to_char(collencoding) as encoding,collname,collcollate,collctype from pg_collation ;
- Click OK. The database you create appears in the database list.
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