centos man page for dblink_get_connections

Query: dblink_get_connections

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBLINK_GET_CONNECTIONS(3)				  PostgreSQL 9.2.7 Documentation				 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.2.7 2014-02-17 DBLINK_GET_CONNECTIONS(3)
Related Man Pages
close(7) - centos
dblink_close(3) - centos
dblink_connect(3) - centos
dblink_fetch(3) - centos
dblink_open(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!