postgresql/src/include/nodes
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
..
bitmapset.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
execnodes.h Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
makefuncs.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
memnodes.h Add some marginal tweaks to eliminate memory leakages associated with 2004-09-16 20:17:49 +00:00
nodeFuncs.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
nodes.h Make pltcl work on Win32. Magnus Hagander 2004-09-14 03:21:27 +00:00
params.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
parsenodes.h Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
pg_list.h A few minor list-related cleanups: 2004-09-27 04:12:03 +00:00
plannodes.h Trivial fix: clarify a comment. 2004-10-27 07:26:56 +00:00
primnodes.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
print.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
readfuncs.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
relation.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
value.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00