Re: crosstab documentation should add a note about use in materialized views

2022-11-22 Thread Tom Lane
Bruce Momjian writes: >> When using a crosstab in a materialized view, if the SQL is not qualified >> with a schema, that restoring a database from a dump may fail. See the >> discussion in >> https://www.postgresql.org/message-id/16202-b6b345c9d2819409%40postgresql.org > I am trying to understan

Re: crosstab documentation should add a note about use in materialized views

2022-11-22 Thread Bruce Momjian
On Tue, Oct 18, 2022 at 08:30:13AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/tablefunc.html > Description: > > When using a crosstab in a materialized view, if the SQL is not qualified > wi

crosstab documentation should add a note about use in materialized views

2022-10-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/tablefunc.html Description: When using a crosstab in a materialized view, if the SQL is not qualified with a schema, that restoring a database from a dump may fail. See the discussion in h