Re: Be more clear what names can be used for tables with "CREATE TABLE"?

2021-11-01 Thread Tom Lane
Laurenz Albe writes: > On Sat, 2021-10-30 at 11:08 +, Daniel Westermann (DWE) wrote: >> in the documentation for CREATE TABLE we have this sentence: >> "The name of the table must be distinct from the name of any other table, >> sequence, index, view, or foreign table in the same schema." >>

Empty values of pg_stats_ext when table is empty

2021-11-01 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/view-pg-stats-ext.html Description: When table mytable is being inherited it may not contain any data but still return row sets from the inheriting tables. Now doing CREATE STATISTICS on m