pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK
Date: 2013-01-19 03:39:21
Message-ID: E1TwPH7-0002SB-Dc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-01-19 19:55:19 pgsql: Make pgxs build executables with the right suffix.
Previous Message Tom Lane 2013-01-18 23:07:21 pgsql: Protect against SnapshotNow race conditions in pg_tablespace sca