• Michael Kozono's avatar
    Fix FDW for PostgreSQL 11 · b1bc6648
    Michael Kozono authored
    In PG 11, `table_type` changed from 'FOREIGN TABLE' to 'FOREIGN'.
    This commit avoids that difference entirely.
    b1bc6648
fdw.rb 3.73 KB