postgresql/src/include/commands
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE
clause implicitly whenever one is not given explicitly.  Remove concept
of a schema having an associated tablespace, and simplify the rules for
selecting a default tablespace for a table or index.  It's now just
(a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
empty string; (c) database's default.  This will allow pg_dump to use
SET commands instead of tablespace clauses to determine object locations
(but I didn't actually make it do so).  All per recent discussions.
2004-11-05 19:17:13 +00:00
..
alter.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
async.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
cluster.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
comment.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
conversioncmds.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
copy.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
dbcommands.h Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
defrem.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
explain.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
lockcmds.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
portalcmds.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
prepare.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
proclang.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
sequence.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
tablecmds.h Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
tablespace.h Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
trigger.h I found a corner case in which it is possible for RI_FKey_check's call 2004-10-30 20:53:06 +00:00
typecmds.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
user.h Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
vacuum.h Adjust index locking rules as per my proposal of earlier today. You 2004-09-30 23:21:26 +00:00
variable.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
version.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
view.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00