mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04: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