DBLINK_GET_CONNECTIONS

Section: PostgreSQL 15.6 Documentation (3)
Updated: 2024
Index Return to Main Contents
 

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();


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
EXAMPLES

This document was created by man2html, using the manual pages.
Time: 17:24:58 GMT, April 19, 2024