Fix FDW for PostgreSQL 11
In PG 11, `table_type` changed from 'FOREIGN TABLE' to 'FOREIGN'. This commit avoids that difference entirely.
Showing
Please register or sign in to comment
In PG 11, `table_type` changed from 'FOREIGN TABLE' to 'FOREIGN'. This commit avoids that difference entirely.