Issue migrated from Redmine: https://redmine.postgresql.org/issues/1759
Originally created by Karen Blatchley at 2016-09-27 11:55:51 UTC.
New functionality added in PG 11 for this module as below:
- ALTER [ COLUMN ] col_name SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }
- DISABLE TRIGGER [ trigger_name | ALL | USER ]
- ENABLE TRIGGER [ trigger_name | ALL | USER ]
- ENABLE REPLICA TRIGGER trigger_name
- ENABLE ALWAYS TRIGGER trigger_name
- SET WITH OIDS
- SET WITHOUT OIDS
To add this functionality we need to add Columns, Triggers and Constraints as separate Nodes under the Foreign Table Node.