diff --git a/reference/pgsql/functions/pg-insert.xml b/reference/pgsql/functions/pg-insert.xml
index 8434d5b754..4789d4bbba 100644
--- a/reference/pgsql/functions/pg-insert.xml
+++ b/reference/pgsql/functions/pg-insert.xml
@@ -79,7 +79,7 @@
&reftitle.returnvalues;
- &return.success; Returns string if PGSQL_DML_STRING is passed
+ Returns the connection resource on success, &return.falseforfailure;. Returns string if PGSQL_DML_STRING is passed
via options.
@@ -119,6 +119,13 @@
+
+ 5.6.0
+
+ Unless PGSQL_DML_STRING is passed, the function
+ now returns the connection resource instead of &true; on success.
+
+
5.6.0