diff options
Diffstat (limited to 'contrib/postgres_fdw/sql')
-rw-r--r-- | contrib/postgres_fdw/sql/postgres_fdw.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/postgres_fdw/sql/postgres_fdw.sql b/contrib/postgres_fdw/sql/postgres_fdw.sql index 19221680bf1..ce8bb7597ba 100644 --- a/contrib/postgres_fdw/sql/postgres_fdw.sql +++ b/contrib/postgres_fdw/sql/postgres_fdw.sql @@ -88,6 +88,7 @@ ALTER FOREIGN TABLE ft2 DROP COLUMN cx; -- configure options ALTER SERVER testserver1 OPTIONS ( use_remote_estimate 'false', + updatable 'true', fdw_startup_cost '123.456', fdw_tuple_cost '0.123', service 'value', |