postgresql/src/include/nodes
Tom Lane b7fe5f70d3 Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
tablespace permissions failures when copying an index that is in the
database's default tablespace.  A side-effect of the change is that explicitly
specifying the default tablespace no longer triggers a permissions check;
this is not how it was done in pre-8.3 releases but is argued to be more
consistent.  Per bug #3921 from Andrew Gilligan.  (Note: I argued in the
subsequent discussion that maybe LIKE shouldn't copy index tablespaces
at all, but since no one indicated agreement with that idea, I've refrained
from doing it.)
2008-02-07 17:09:51 +00:00
..
bitmapset.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
execnodes.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
makefuncs.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
memnodes.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeFuncs.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodes.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
params.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parsenodes.h Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 2008-02-07 17:09:51 +00:00
pg_list.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
plannodes.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
primnodes.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
print.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
readfuncs.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
relation.h Fix a conceptual error in my patch of 2007-10-26 that avoided considering 2008-01-11 04:02:18 +00:00
tidbitmap.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
value.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00