index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
alter_foreign_table.sgml
Commit message (
Expand
)
Author
Age
*
Correct two mistakes in the ALTER FOREIGN TABLE reference page.
Robert Haas
2015-05-21
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
*
Document new trigger-related forms of ALTER FOREIGN TABLE.
Noah Misch
2014-08-18
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
*
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2012-06-22
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Fix copy-paste error in docs.
Heikki Linnakangas
2012-01-27
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Corrections to ALTER FOREIGN TABLE documentation.
Robert Haas
2011-06-12
*
Fix thinko in ALTER FOREIGN TABLE documentation.
Robert Haas
2011-01-25
*
Basic foreign table support.
Robert Haas
2011-01-01