Re: optionally schema-qualified for table_name

2020-03-25 Thread Peter Eisentraut
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 'schema' *.sgml create_view.sgml reindexdb.sgml

Re: optionally schema-qualified for table_name

2020-03-25 Thread Bruce Momjian
On Wed, Mar 25, 2020 at 01:46:54PM +0100, Peter Eisentraut wrote: > 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: > >