|
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();
Visit the GSP FreeBSD Man Page Interface. |