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 |

Parent topic: Running Greenplum