Remove useless commented code

This commit is contained in:
Rafa de la Torre
2019-11-11 20:48:14 +01:00
parent d87d27d7e5
commit 6e9ee296c5

View File

@@ -93,8 +93,6 @@ DECLARE
BEGIN
-- See https://www.postgresql.org/docs/current/catalog-pg-foreign-server.html
-- See https://www.postgresql.org/docs/current/functions-info.html
-- SELECT jsonb_build_object(opt.option_name, opt.option_value) FROM (SELECT (pg_options_to_table(srvoptions)).* FROM pg_foreign_server WHERE srvname = 'cdb_fdw_local_pg11') opt;
FOR opt IN
SELECT (pg_options_to_table(srvoptions)).* FROM pg_foreign_server WHERE srvname = server_internal
LOOP