-
+
dblink
+
+ dblink_connect
+
+
dblink_connect
opens a persistent connection to a remote database
+
+ dblink_connect_u
+
+
dblink_connect_u
opens a persistent connection to a remote database, insecurely
+
+ dblink_disconnect
+
+
dblink_disconnect
closes a persistent connection to a remote database
+
+ dblink
+
+
dblink
executes a query in a remote database
+
+ dblink_exec
+
+
dblink_exec
executes a command in a remote database
+
+ dblink_open
+
+
dblink_open
opens a cursor in a remote database
+
+ dblink_fetch
+
+
dblink_fetch
returns rows from an open cursor in a remote database
+
+ dblink_close
+
+
dblink_close
closes a cursor in a remote database
+
+ dblink_get_connections
+
+
dblink_get_connections
returns the names of all open named dblink connections
+
+ dblink_error_message
+
+
dblink_error_message
gets last error message on the named connection
+
+ dblink_send_query
+
+
dblink_send_query
sends an async query to a remote database
+
+ dblink_is_busy
+
+
dblink_is_busy
checks if connection is busy with an async query
+
+ dblink_get_result
+
+
dblink_get_result
gets an async query result
+
+ dblink_cancel_query
+
+
dblink_cancel_query
cancels any active query on the named connection
+
+ dblink_get_pkey
+
+
dblink_get_pkey
returns the positions and field names of a relation's
+
+ dblink_build_sql_insert
+
+
dblink_build_sql_insert
+
+ dblink_build_sql_delete
+
+
dblink_build_sql_delete
builds a DELETE statement using supplied values for primary
+
+ dblink_build_sql_update
+
+
dblink_build_sql_update
builds an UPDATE statement using a local tuple, replacing