diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 7307bd1e1a..2dc28c7279 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -1768,6 +1768,95 @@ $dbconn4 = pg_connect ($conn_string); + + + pg_get_result + + Get asynchronous query result + + + + Description + + + resource pg_get_result + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_request_cancel + + Cancel request + + + + Description + + + bool pg_request_cancel + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_is_busy + + Get connection is busy or not + + + + Description + + + bool pg_is_busy + resource connection + + + + &warn.undocumented.func; + + + + + + + pg_send_query + + Send asynchronous query + + + + Description + + + bool pg_send_query + resource connection + string qeury + + + bool pg_send_query + string qeury + + + + &warn.undocumented.func; + + + +