> 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.