Query: dblink_cancel_query
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBLINK_CANCEL_QUERY(3) PostgreSQL 9.2.7 Documentation DBLINK_CANCEL_QUERY(3)NAMEdblink_cancel_query - cancels any active query on the named connectionSYNOPSISdblink_cancel_query(text connname) returns textDESCRIPTIONdblink_cancel_query attempts to cancel any query that is in progress on the named connection. Note that this is not certain to succeed (since, for example, the remote query might already have finished). A cancel request simply improves the odds that the query will fail soon. You must still complete the normal query protocol, for example by calling dblink_get_result.ARGUMENTSconname Name of the connection to use.RETURN VALUEReturns OK if the cancel request has been sent, or the text of an error message on failure.EXAMPLESSELECT dblink_cancel_query('dtest1'); PostgreSQL 9.2.7 2014-02-17 DBLINK_CANCEL_QUERY(3)
Related Man Pages |
---|
dblink(3) - centos |
dblink_get_notify(3) - centos |
pg_send_execute(3) - php |
cubrid_unbuffered_query(3) - php |
pg_send_prepare(3) - php |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
[TIP] Processing YAML files with yq |