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-00007f-Hl@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
------
master

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

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.