Help Center> Relational Database Service> Best Practices> RDS for PostgreSQL> Creating Databases> FAQ> How Do I View the Created Databases and the Character Sets, LC_COLLATE, and LC_CTYPE Information of the Databases?
Updated on 2022-11-02 GMT+08:00

How Do I View the Created Databases and the Character Sets, LC_COLLATE, and LC_CTYPE Information of the Databases?

  • To view the created databases, run the psql meta-command \ l.

  • To view the character sets, LC_COLLATE, and LC_CTYPE information, query the pg_database system catalog.