manpagez: man pages & more
man dblink_get_connections(3)
Home | html | info | man
DBLINK_GET_CONNECTIONS(3)




NAME

       dblink_get_connections - returns the names of all open named dblink
       connections


SYNOPSIS

       dblink_get_connections() returns text[]


DESCRIPTION

       dblink_get_connections returns an array of the names of all open named
       dblink connections.


RETURN VALUE

       Returns a text array of connection names, or NULL if none.


EXAMPLES

           SELECT dblink_get_connections();



PostgreSQL 9.4.15                    2017            dblink_get_connections(3)

PostgreSQL 9.4.15 - Generated Wed Nov 29 18:19:27 CST 2017
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.