pgsql: Improve documentation for CREATE RECURSIVE VIEW. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve documentation for CREATE RECURSIVE VIEW.
Date
Msg-id E1btxkK-00007j-Hy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation for CREATE RECURSIVE VIEW.

It was perhaps not entirely clear that internal self-references shouldn't
be schema-qualified even if the view name is written with a schema.
Spell it out.

Discussion: <871sznz69m.fsf@metapensiero.it>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b987294fa917e5c0a5e1debb85ae5179910e8230

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve documentation for CREATE RECURSIVE VIEW.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve documentation for CREATE RECURSIVE VIEW.