RowDescription via the SQL?

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема RowDescription via the SQL?
Дата
Msg-id CAAfz9KMyn5d8c8MKDJM6wx4EZkJEqXmqSKzzy_GL_K17PKGQpg@mail.gmail.com
обсуждение исходный текст
Ответы Re: RowDescription via the SQL?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Hi,

It's possible to query pg_prepared_statements view to obtain the
information about
parameters used in the statement that was prepared. But I don't found
how to get the
information about the rows that will be returned when the statement is
eventually executed.
(It's possible to get this information via the frontend/backend
protocol as a response
on the Describe.) But out of interest, is it possible to get such
information via the SQL?

--
// Dmitry.


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

Предыдущее
От: Patrick Baker
Дата:
Сообщение: Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3
Следующее
От: Bertrand Paquet
Дата:
Сообщение: Replication