postgresql/src/include/nodes
Robert Haas be90032e0d Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Instead, foreign tables are treated just like views: permissions can
be granted using GRANT privilege ON [TABLE] foreign_table_name TO role,
and revoked similarly.  GRANT/REVOKE .. FOREIGN TABLE is no longer
supported, just as we don't support GRANT/REVOKE .. VIEW.  The set of
accepted permissions for foreign tables is now identical to the set for
regular tables, and views.

Per report from Thom Brown, and subsequent discussion.
2011-04-25 16:39:18 -04:00
..
bitmapset.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
execnodes.h Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
makefuncs.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
memnodes.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodeFuncs.h Revise collation derivation method and expression-tree representation. 2011-03-19 20:30:08 -04:00
nodes.h Revise collation derivation method and expression-tree representation. 2011-03-19 20:30:08 -04:00
params.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
parsenodes.h Remove partial and undocumented GRANT .. FOREIGN TABLE support. 2011-04-25 16:39:18 -04:00
pg_list.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
plannodes.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
primnodes.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
print.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
readfuncs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
relation.h Improve cost estimation for aggregates and window functions. 2011-04-24 16:55:20 -04:00
tidbitmap.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
value.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00