Re: PGAccess failing.... - Mailing list pgsql-novice

From brew@theMode.com
Subject Re: PGAccess failing....
Date
Msg-id Pine.BSF.4.44.0306160029480.47927-100000@themode.com
Whole thread Raw
In response to PGAccess failing....  ("Smitha V. Babu" <smitha.v@sonata-software.com>)
List pgsql-novice
Smitha......

> when i tried to create a new database using pgaccess..
> it is giving the following error..
> Tcl error executing pg-exec create database "name".
> Is not a valid postgresql connection...

Just guessing here, but this comes up from time to time.....

Check to see if pg_hba.conf is set up right to allow the kind of
connections you want.  Also if you are connecting via tcp-ip I think you
have to start postgresql with -i or something similiar.

Sorry I can't give you exact details........

Are you running pgaccess and the server on the same machine or different
manchines?  Can you run the psql monitor program on the machine that the
server is on and connect?

This will give you some things to check until somebody comes along who
knows more than me about pgaccess.

brew

 ==========================================================================
                  Strange Brew   (brew@theMode.com)
     Check out my Musician's Online Database Exchange (The MODE Pages)
                        http://www.TheMode.com
 ==========================================================================



pgsql-novice by date:

Previous
From: "Smitha V. Babu"
Date:
Subject: PGAccess failing....
Next
From: "Smitha V. Babu"
Date:
Subject: How to integrate postgresql to a c application.............