Comment cleanup

This commit is contained in:
Raul Marin
2019-11-04 16:53:48 +01:00
parent 03bc3436cd
commit 0f66c54ce5
3 changed files with 4 additions and 4 deletions

View File

@@ -278,8 +278,6 @@ LANGUAGE PLPGSQL VOLATILE PARALLEL UNSAFE;
--
-- List registered servers
--
-- TODO: Decide whether we want to show extra config (extensions, fetch_size, use_remote_estimate)
-- TODO: Handle multiple user mappings in the same server
CREATE OR REPLACE FUNCTION @extschema@.CDB_Federated_Server_List_Servers(server TEXT DEFAULT '%')
RETURNS TABLE (
name text,