LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Connectting PostrgreSQL with GUI pgaccess fail (https://www.linuxquestions.org/questions/red-hat-31/connectting-postrgresql-with-gui-pgaccess-fail-123333/)

Manuel Tejada 12-06-2003 04:10 PM

Connectting PostrgreSQL with GUI pgaccess fail
 
Red Hat 9 in a Intel Petium III box

Hello everybody

I start the PostgreSQL with the script:
$/etc/rc.d/init.d/posgresql start

When I try to connect PostgreSQL with GUI pgaccess with the command:

$ pgaccess mydatabase

I get this oupput:

"Segment violate"

I verified the existence of pgaccess with the command:"find / -name pgaccess* -print" and this is the output I get:

/usr/bin/pgaccess
/usr/share/pgsql/pgaccess
/usr/share/man/man1/pgaccess/pgaccess.1.gz

I must tell you that I have setup "tcpip-socket=true" in the configuration file of PostgreSQL, because I believe with this setting is same as start the postmaster with "i" option.

Do you know why I can not connect to PostgreSQL with pgaccess?

yuray 12-08-2003 06:06 AM

First, check postgres is working with
psql -U user -h host database

Manuel Tejada 12-11-2003 07:28 PM

Yes It is working

yuray 12-12-2003 05:13 AM

Try to update version pgaccess and depending packages.
Sorry, I was install pgacces from sources.

jdruin 12-14-2003 12:59 AM

Setting the "tcpip-socket=true" is not the same as starting with the "i" option, they are both neccesary and separate steps.


All times are GMT -5. The time now is 10:10 AM.