pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
libpq doc: Clarify what commands return PGRES_TUPLES_OK

The old text claimed that INSERT and UPDATE always return
PGRES_COMMAND_OK, but INSERT/UPDATE with RETURNING return
PGRES_TUPLES_OK.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fb197290c1f25d8b7f35bc2bc7144eeaf603687c

Modified Files
--------------
doc/src/sgml/libpq.sgml |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Protect against SnapshotNow race conditions in pg_tablespace sca
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make pgxs build executables with the right suffix.