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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: show functions returning record types and use of ROWS FROM
Date: 2020-10-05 20:27:50
Message-ID: E1kPX5K-0003UH-JK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com

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

Backpatch-through: 9.5

Branch
------
REL_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-10-06 01:52:55 pgsql: postgres_fdw: reestablish new connection if cached one is detect
Previous Message Bruce Momjian 2020-10-05 20:07:29 pgsql: docs: clarify the interaction of clientcert and cert auth.