pgsql: Improve documentation for CREATE RECURSIVE VIEW.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation for CREATE RECURSIVE VIEW.
Date: 2016-10-11 14:09:32
Message-ID: E1btxkK-00007l-I3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)fsf(at)metapensiero(dot)it>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/33473208b8990e66e94b24cfe0cfc944b8748bdb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-11 14:34:06 pgsql: Docs: grammatical fix.
Previous Message Tom Lane 2016-10-10 20:59:42 pgsql: Update user docs for switch to POSIX semaphores.