Re: Permissions to connect to postgres database

Поиск
Список
Период
Сортировка
От Jasbinder Bali
Тема Re: Permissions to connect to postgres database
Дата
Msg-id a47902760607270844t5e9f284apba45a53648e266a2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Permissions to connect to postgres database  (Richard Huxton <dev@archonet.com>)
Ответы Re: Permissions to connect to postgres database  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
How do i turn on the connection logging and then how do you actually check it?

On 7/27/06, Richard Huxton <dev@archonet.com > wrote:
Jasbinder Bali wrote:
> Hi,
> I have a database in postgres and i've given trusted permissions to all
> making required changes
> in pg_hba.conf.
>
> Now, I'm trying to connect to the database using ECPG. Unfortunately after
> EXEC SQL CONNECT dbxyz
> gives me error -402 that means i don't have permissions to the database.

If you turn on connection logging on the postgresql server you'll see
what's happening. Don't forget system users and postgresql users aren't
connected.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: PostgreSQL and Windows 2003 DFS Replication
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Update entire column with new date values