mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
The old text claimed that INSERT and UPDATE always return PGRES_COMMAND_OK, but INSERT/UPDATE with RETURNING return PGRES_TUPLES_OK. Josh Kupershmidt