这是indexloc提供的服务,不要输入任何密码
Skip to content

Foreign Table Module new functionality for PG 11 and above (RM #1759) #640

@dpage

Description

@dpage

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions