Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DBLINK_GE...NNECTIONS(3) PostgreSQL 17.5 DocumentationDBLINK_GE...NNECTIONS(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 17.5			     2025	      DBLINK_GE...NNECTIONS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dblink_get_connections&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help