aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_foreign_table.sgml
Commit message (Expand)AuthorAge
* Correct two mistakes in the ALTER FOREIGN TABLE reference page.Robert Haas2015-05-21
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Document new trigger-related forms of ALTER FOREIGN TABLE.Noah Misch2014-08-18
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Fix copy-paste error in docs.Heikki Linnakangas2012-01-27
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Corrections to ALTER FOREIGN TABLE documentation.Robert Haas2011-06-12
* Fix thinko in ALTER FOREIGN TABLE documentation.Robert Haas2011-01-25
* Basic foreign table support.Robert Haas2011-01-01