diff --git a/reference/pgsql/functions/pg-connection-busy.xml b/reference/pgsql/functions/pg-connection-busy.xml index 1e2fc3e586..9a32e810ee 100644 --- a/reference/pgsql/functions/pg-connection-busy.xml +++ b/reference/pgsql/functions/pg-connection-busy.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ pg_connection_busy returns &true; if the - connection is busy. If it's is busy, a previous query is still executing. + connection is busy. If it is busy, a previous query is still executing. If pg_get_result is called, it will be blocked.