Managing PostgreSQL Database

At the moment you need to log on to your shell account in order to manage your PostgreSQL database. Please see the section called “Logging in to UNIX Shell Account” for more information about logging on your shell account.

When inside your shell account, you can use the standard psql command line utility to administer your PostgreSQL database. Assuming your PostgreSQL database name is u777_database, you can connect to your PostgreSQL database by issuing the following command.

psql u777_database u777_database

When asked for password, enter your database password.

Inside psql shell, you can issue SQL commands. Please see PostgreSQL documentation for more information.

Copyright © 2003 indoglobal.com

. .