Rename the built-in tablespaces to pg_default and pg_global, and prohibit
Tom Lane <tgl@sss.pgh.pa.us>
Rename the built-in tablespaces to pg_default and pg_global, and prohibit creation of user-defined tablespaces with names starting with 'pg_', as per suggestion of Chris K-L. Also install admin-guide tablespace documentation from Gavin.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/diskusage.sgml | modified | +5 −10 |
| doc/src/sgml/manage-ag.sgml | modified | +111 −81 |
| doc/src/sgml/ref/postmaster.sgml | modified | +1 −13 |
| src/backend/catalog/catalog.c | modified | +4 −5 |
| src/backend/commands/tablespace.c | modified | +14 −3 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_tablespace.h | modified | +3 −3 |