Skip to content
Snippets Groups Projects
Select Git revision
  • bdca82f44d0e0168dece56cbd53b54ba142f328f
  • master default
  • benchmark-tools
  • postgres-lambda
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
24 results

foreigncmds.c

Blame
  • user avatar
    Tom Lane authored
    Add a fdwhandler column to pg_foreign_data_wrapper, plus HANDLER options
    in the CREATE FOREIGN DATA WRAPPER and ALTER FOREIGN DATA WRAPPER commands,
    plus pg_dump support for same.  Also invent a new pseudotype fdw_handler
    with properties similar to language_handler.
    
    This is split out of the "FDW API" patch for ease of review; it's all stuff
    we will certainly need, regardless of any other details of the FDW API.
    FDW handler functions will not actually get called yet.
    
    In passing, fix some omissions and infelicities in foreigncmds.c.
    
    Shigeru Hanada, Jan Urbanski, Heikki Linnakangas
    327e0250
    History
    foreigncmds.c 35.04 KiB