Re: PGAccess failing....

Поиск
Список
Период
Сортировка
От brew@theMode.com
Тема Re: PGAccess failing....
Дата
Msg-id Pine.BSF.4.44.0306160029480.47927-100000@themode.com
обсуждение исходный текст
Ответ на PGAccess failing....  ("Smitha V. Babu" <smitha.v@sonata-software.com>)
Список 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 по дате отправления:

Предыдущее
От: "Smitha V. Babu"
Дата:
Сообщение: PGAccess failing....
Следующее
От: "Smitha V. Babu"
Дата:
Сообщение: How to integrate postgresql to a c application.............