create global table - invalidate previous comment

2021-08-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-createtable.html Description: From the syntax on "create table" , I've understood that global/local may be used only for TEMP tables, so my previous report is incorrect. Sorry.

create global table

2021-08-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-createtable.html Description: Hi, I love your project and currently live alongside it. Merely commenting that it is unclear to me what do GLOBAL/LOCAL mean if the table is not TEMP. G