diff options
Diffstat (limited to 'contrib/postgres_fdw/expected/postgres_fdw.out')
-rw-r--r-- | contrib/postgres_fdw/expected/postgres_fdw.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/postgres_fdw/expected/postgres_fdw.out b/contrib/postgres_fdw/expected/postgres_fdw.out index 7a13d011d5c..38c6cf81623 100644 --- a/contrib/postgres_fdw/expected/postgres_fdw.out +++ b/contrib/postgres_fdw/expected/postgres_fdw.out @@ -79,6 +79,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', |