1DBLINK_GET_CONNECTIONS(3)PostgreSQL 13.4 DocumentationDBLINK_GET_CONNECTIONS(3)
2
3
4

NAME

6       dblink_get_connections - returns the names of all open named dblink
7       connections
8

SYNOPSIS

10       dblink_get_connections() returns text[]
11

DESCRIPTION

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

RETURN VALUE

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

EXAMPLES

20           SELECT dblink_get_connections();
21
22
23
24PostgreSQL 13.4                      2021            DBLINK_GET_CONNECTIONS(3)
Impressum