mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
PGresults used to be read-only from the application's viewpoint, but now that we've exposed various functions that allow modification of a PGresult, that sweeping statement is no longer accurate. Noted by Dmitriy Igrishin.