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

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

From
Bruce Momjian
Date:
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
------
REL_13_STABLE

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

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