Re: getting a list of users

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting a list of users
Дата
Msg-id 11002.1243297906@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Ответы Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Список pgsql-general
Eric Smith <eric_h_smith@mac.com> writes:
> Seems to work just fine.  If, on the other hand, I issue the same
> command from within the C API:

> NSString* query = [NSString stringWithFormat:@"SELECT usename FROM
> pg_catalog.pg_user"];
>     postgresResult = PQexec(myConnection, [query UTF8String]);

> I get an error, extracted via:

You sure that thing is sending the string you think it is?  I'd
try turning on log_statement and looking in the postmaster log
to see what it thinks it's getting.

            regards, tom lane

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

Предыдущее
От: Eric Smith
Дата:
Сообщение: Re: getting a list of users
Следующее
От: Eric Smith
Дата:
Сообщение: Re: getting a list of users