Re: Database connectivity using a unix shell

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Jasbinder Bali <jsbali(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Database connectivity using a unix shell
Date: 2006-06-29 15:32:24
Message-ID: 20060629153224.6405.qmail@web31804.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I need to connect to the postgres database using my unix shell.
> How should i go about it?
> Is libpq going to be helpful here?

If postgres is install on the unix server, you can use the postgreSQL client that installs with
the server.

it is called psql.

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-06-29 15:33:13 Re: Database connectivity using a unix shell
Previous Message Jasbinder Bali 2006-06-29 15:24:35 Database connectivity using a unix shell