> 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. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match