pgsql: Add result_types column to pg_prepared_statements view

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add result_types column to pg_prepared_statements view
Дата
Msg-id E1o8b8m-001GWq-Bi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add result_types column to pg_prepared_statements view

Containing the types of the columns returned by the prepared
statement.

Prompted by question from IRC user mlvzk.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://www.postgresql.org/message-id/flat/871qwpo7te.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84ad713cf85aeffee5dd39f62d49a1b9e34632da

Modified Files
--------------
doc/src/sgml/catalogs.sgml            | 12 ++++++
src/backend/commands/prepare.c        | 19 ++++++---
src/include/catalog/catversion.h      |  2 +-
src/include/catalog/pg_proc.dat       |  6 +--
src/test/regress/expected/prepare.out | 72 +++++++++++++++++------------------
src/test/regress/expected/rules.out   |  3 +-
src/test/regress/sql/prepare.sql      | 12 +++---
7 files changed, 74 insertions(+), 52 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove durable_rename_excl()
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Simplify a bit the special rules generating unaccent.rules