dblink_get_connections() returns text[]
dblink_get_connections returns an array of the names of all open named dblink connections.
dblink_get_connections
Returns a text array of connection names, or NULL if none.
SELECT dblink_get_connections();
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.