doc-exports/docs/das/umn/das_16_0026.html
Wang , Deng Ke 0f41701050 DAS UMN Initial version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2022-10-18 12:51:00 +00:00

1.6 KiB

Creating a Database

Procedure

  1. In the database list of the Home page, click Create Database.
  2. In the displayed dialog box, enter a database name and specify the character set, template, and other required options.

    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 ;

  3. Click OK. The database you create appears in the database list.