Improve documentation for CREATE RECURSIVE VIEW.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e34318725ca5b274efd6f57ea7460e89f4dca9f9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-11T14:08:45Z
Releases: 10.0
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>

Files

PathChange+/−
doc/src/sgml/ref/create_view.sgml modified +10 −5

Documentation touched