]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename the built-in tablespaces to pg_default and pg_global, and prohibit
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jun 2004 04:06:07 +0000 (04:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jun 2004 04:06:07 +0000 (04:06 +0000)
commitf5f448fb3e6896584a240ca8e5c2fd616212fbf6
tree6ac568df532f483d2f6777b7bd981f5c28f59c8d
parent483b7f8249f14133899057c7f6e6378b497c064e
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.
doc/src/sgml/diskusage.sgml
doc/src/sgml/manage-ag.sgml
doc/src/sgml/ref/postmaster.sgml
src/backend/catalog/catalog.c
src/backend/commands/tablespace.c
src/include/catalog/catversion.h
src/include/catalog/pg_tablespace.h