Re: BUG #5268: PQgetvalue incorrectly returns 0

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: BUG #5268: PQgetvalue incorrectly returns 0
Дата
Msg-id 4B46C7D7.1090603@catalyst.net.nz
обсуждение исходный текст
Ответ на BUG #5268: PQgetvalue incorrectly returns 0  ("Mike Landis" <mlandis@pnmx.com>)
Список pgsql-bugs
Mike Landis wrote:
> At 09:09 PM 1/7/2010, you wrote:
>
>>
>> I suspect they do not. Its all in the permissions.
>
> There's no user account control enabled on this Vista machine,
> therefore effectively wide open, hence different platform behavior or
> at least a difference between the behavior in pgAdmin and client program.
>

The lack of os level permissions is not relevant to this issue - I was
referring to database level users and their permissions on tables. It
does look like you are somehow running your c program as a different
(db) user from who you are using in Pgadmin. As Robert suggested, try
doing 'SELECT user' in both.

Also note that Pgadmin user PQexec and PQgetValue...

Cheers

Mark

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: BUG #5268: PQgetvalue incorrectly returns 0 (corrected)
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: BUG #5236: Aparent bug in ecpg (postgresql 8.4 )