pgsql: doc: show functions returning record types and use of ROWS FROM

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: show functions returning record types and use of ROWS FROM
Дата
Msg-id E1kPX5K-0003UA-IB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc:  show functions returning record types and use of ROWS FROM

Previously it was unclear exactly how ROWS FROM behaved and how to cast
the data types of columns returned by FROM functions.  Also document
that only non-OUT record functions can have their columns cast to data
types.

Reported-by: guyren@gmail.com

Discussion: https://postgr.es/m/158638264419.662.2482095087061084020@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd0a64ed435d4a266ed16adb8204e7222af6c164

Modified Files
--------------
doc/src/sgml/queries.sgml | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: clarify the interaction of clientcert and cert auth.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: postgres_fdw: reestablish new connection if cached one is detect