I have a RH Linux 6.2 box running Apache and PostgreSQL.
My problem is as follows:
I am using php to talk to postgres to extract, update and remove data.And it all works great.I also have phppgadmin installed and that works as well.But I am unable to use the psql command at all.
I type in a command, and the linux shell interprets the request without error and gives me a blank line? (Waiting for more command line requests)
The postmaster is running.I stopped the postmaster and did a "ps -xf | grep post" and nothing appeared (except the ps command) - so the postmaster seems to be functioning properly without strange orphan children lying around.Also, as I said before... I can access the dBs through php and phppgadmin.
I haven't seen anything like this before...
Also, everything is installed in the default locations using the default settings (port 5432, postgres user etc...)
Any ideas would be appreciated
My problem is as follows:
I am using php to talk to postgres to extract, update and remove data.And it all works great.I also have phppgadmin installed and that works as well.But I am unable to use the psql command at all.
I type in a command, and the linux shell interprets the request without error and gives me a blank line? (Waiting for more command line requests)
The postmaster is running.I stopped the postmaster and did a "ps -xf | grep post" and nothing appeared (except the ps command) - so the postmaster seems to be functioning properly without strange orphan children lying around.Also, as I said before... I can access the dBs through php and phppgadmin.
I haven't seen anything like this before...
Also, everything is installed in the default locations using the default settings (port 5432, postgres user etc...)
Any ideas would be appreciated