diff --git a/reference/pgsql/functions/pg-get-notify.xml b/reference/pgsql/functions/pg-get-notify.xml index 1e782932ff..e7af417661 100644 --- a/reference/pgsql/functions/pg-get-notify.xml +++ b/reference/pgsql/functions/pg-get-notify.xml @@ -1,9 +1,9 @@ - + pg_get_notify - Ping database connection + Gets SQL NOTFY message diff --git a/reference/pgsql/functions/pg-get-pid.xml b/reference/pgsql/functions/pg-get-pid.xml index 408e8971a7..ab5ed8438d 100644 --- a/reference/pgsql/functions/pg-get-pid.xml +++ b/reference/pgsql/functions/pg-get-pid.xml @@ -1,9 +1,9 @@ - + pg_get_pid - Ping database connection + Gets backend's process ID diff --git a/reference/pgsql/functions/pg-insert.xml b/reference/pgsql/functions/pg-insert.xml index 725479f399..f5b192f08e 100644 --- a/reference/pgsql/functions/pg-insert.xml +++ b/reference/pgsql/functions/pg-insert.xml @@ -1,5 +1,5 @@ - + @@ -22,9 +22,8 @@ pg_insert inserts the values of assoc_array into the table specified by table_name. table_name must at least have as many columns as - assoc_array has elements. The fieldnames as - well as the fieldvalues in table_name - must match the indices and values of assoc_array. + assoc_array has elements. The fieldnames in + table_name must match the indices of assoc_array. &return.success; If options is specified, pg_insert is applied to assoc_array with specified option.