mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04: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.