Updated on 2023-12-13 GMT+08:00

Creating a Database

This section describes how to create a database on the DAS console.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner, and under Databases, click Data Admin Service.
  4. In the navigation pane on the left, choose Development Tool.

    You can also click Go to Development Tool on the overview page.

  5. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  6. In the database list of the Home page, click Create Database.

    Figure 1 Creating a database

  7. In the displayed dialog box, enter a database name, select a character set, and configure other parameters as required.

    Figure 2 Creating a database

    You can execute the following SQL statement to query system table pg_collation and view the character set and its corresponding collation and character type as follows:

    select pg_encoding_to_char(collencoding) as encoding,collname,collcollate,collctype from pg_collation ;

  8. Click OK. View the created database in the database list.