Re: postgres on SuSE 9.1

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: Prabu Subroto <prabu_subroto(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres on SuSE 9.1
Date: 2004-06-07 17:04:08
Message-ID: 20040607130408.33f16959.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Prabu Subroto <prabu_subroto(at)yahoo(dot)com> wrote:

> Dear my friends...
>
> Usually I use MySQL. Now I have to migrate my database
> from MySQL to Postgres.
>
> I have created a database successfully with "creatdb"
> and a user account successfully.
>
> But I can not access the postgres with pgaccess.
>
> I found this error message :
> "
> Error trying to connect to database 'custadm' on host
> localhost
>
> PostgreSQL error message: Connection to database
> failed
> could not create socket: __H____pH____lH____
> "
> Error in startup script: window ".pgaw:OpenDB" was
> deleted before its visibility changed
> while executing
> "tkwait visibility .pgaw:OpenDB"
> (procedure "::Connections::openConn" line 40)
> invoked from within
> "::Connections::openConn $i 1"
> (procedure "main" line 63)
> invoked from within
> "main $argc $argv"
> (file "/usr/bin/pgaccess" line 810)
> patrixlinux(at)patrix:~>
> "
>
> Here what I have done
> "
> patrixlinux(at)patrix:~> su
> Password:
> patrix:/localhome/patrixlinux # su postgres
> postgres(at)patrix:/localhome/patrixlinux> cd
> postgres(at)patrix:~> psql custadm
> Welcome to psql 7.4.2, the PostgreSQL interactive
> terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help on internal slash commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> custadm=# create user someone with password 'pass_me'
> createdb;
> CREATE USER
> custadm=#
> "
>
> Anybody would be so nice to tell me why I can not
> access my postgres with pgaccess?
>
> Thank you very much in advance.

I would guess that Posgres is not listening on an IPv4 socket. I think pgaccess
always connects via an IPv4 socket. (may be wrong here ...)

Anyway, check your postgresql.conf file to see if the option to listen on a
tcp/ip port is turned on. If not, that's almost definately your problem.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Boes 2004-06-07 18:08:36 Re: Timestamp precision and rounding
Previous Message Lincoln Yeoh 2004-06-07 17:04:00 Re: Index question