DBLINK_GET_CONNECTIONS(3) PostgreSQL 9.2.7 Documentation DBLINK_GET_CONNECTIONS(3)NAMEdblink_get_connections - returns the names of all open named dblink connectionsSYNOPSISdblink_get_connections() returns text[]DESCRIPTIONdblink_get_connections returns an array of the names of all open named dblink connections.RETURN VALUEReturns a text array of connection names, or NULL if none.EXAMPLESSELECT dblink_get_connections(); PostgreSQL 9.2.7 2014-02-17 DBLINK_GET_CONNECTIONS(3)
| Related Man Pages |
|---|
| close(7) - centos |
| create_server(7) - centos |
| dblink(3) - centos |
| dblink_get_notify(3) - centos |
| dblink_open(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Tar Command |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |