Обсуждение: pgsql: Doc: improve documentation about composite-value usage.

Поиск
Список
Период
Сортировка

pgsql: Doc: improve documentation about composite-value usage.

От
Tom Lane
Дата:
Doc: improve documentation about composite-value usage.

Create a section specifically for the syntactic rules around whole-row
variable usage, such as expansion of "foo.*".  This was previously
documented only haphazardly, with some critical info buried in
unexpected places like xfunc-sql-composite-functions.  Per repeated
questions in different mailing lists.

Discussion: <16288.1479610770@sss.pgh.pa.us>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/112676f590331356d1239068260b4642bd6073f2

Modified Files
--------------
doc/src/sgml/queries.sgml  |   3 +-
doc/src/sgml/rowtypes.sgml | 214 +++++++++++++++++++++++++++++++++++++++++++--
doc/src/sgml/syntax.sgml   |  16 ++--
doc/src/sgml/xfunc.sgml    |  70 +++------------
4 files changed, 231 insertions(+), 72 deletions(-)