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: <[email protected]> Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/ff9730aa15d4f964c0f4bb3bc73b12a9e5312e9a 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 | 69 +++------------ 4 files changed, 231 insertions(+), 71 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
