Re: optionally schema-qualified for table_name - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: optionally schema-qualified for table_name
Date
Msg-id 4b09907d-96de-c1da-34cd-787877503385@2ndquadrant.com
Whole thread Raw
In response to Re: optionally schema-qualified for table_name  (Bruce Momjian <bruce@momjian.us>)
Responses Re: optionally schema-qualified for table_name  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
On 2020-03-24 21:58, Bruce Momjian wrote:
> That is a good point. I used CREATE VIEW as an example because that is
> what the user reported, but it seems only create_view and reindexed use
> a schema name qualification:
> 
>     $ grep  -l '<replaceable>schema</replaceable>' *.sgml
>     create_view.sgml
>     reindexdb.sgml
> 
> The reindexdb use is because of -S (reindex schema), which makes sense.
> The create view case is used in an example of CREATE RECURSIVE VIEW and
> should probably be removed.

The CREATE RECURSIVE VIEW example is making a specific point about 
schema qualification, which is explained below the example.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: optionally schema-qualified for table_name
Next
From: Bruce Momjian
Date:
Subject: Re: optionally schema-qualified for table_name