Re: psql, remove include of psqlscan.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql, remove include of psqlscan.c
Дата
Msg-id 1167.1348774129@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql, remove include of psqlscan.c  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: psql, remove include of psqlscan.c  ("Karl O. Pinc" <kop@meme.com>)
Список pgsql-hackers
"Karl O. Pinc" <kop@meme.com> writes:
> What I'm thinking of in libpq is the ability to give it big string
> with many sql statements and have it hand back each statement
> so the client can then submit it to the server for execution.
> What I really _want_ is to be able get a bit string of many
> sql statements from the user and return the results, statuses,
> etc. of executing each statement.  Just what psql does when,
> say, fed a file from stdin.

Just as a note --- I believe you can get that result today with
PQsendQuery followed by a PQgetResult loop.  There's no need to
provide an API that splits the string first.
        regards, tom lane



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal - assign result of query to psql variable
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_signal_backend() asymmetry