Rename the built-in tablespaces to pg_default and pg_global, and prohibit

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f5f448fb3e6896584a240ca8e5c2fd616212fbf6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-21T04:06:07Z
Releases: 8.0.0
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