我要评分
获取效率
正确性
完整性
易理解

Connecting to the Database

To use SQL commands to query, update, or delete, connection to the database is required.

postgres is the database created by default during Greenplum installation and it is used for system management and maintenance.

Connect to the postgres database.
1
psql -d postgres