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

  
 
  

home | help
DBLINK_GE...NNECTIONS(3)  PostgreSQL 18.6 Documentation DBLINK_GE...NNECTIONS(3)

NAME
     dblink_get_connections - returns the names of all open named dblink connec-
     tions

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 18.6 		      2026		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+15.1.quarterly>

home | help