mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +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