Fix ancient error in large objects usage example: overwrite() subroutine
Tom Lane <tgl@sss.pgh.pa.us>
Fix ancient error in large objects usage example: overwrite() subroutine was opening with INV_READ flag and then writing. Prior to 8.1 the backend did not reject this, but now it does.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/lobj.sgml | modified | +6 −5 |
| src/test/examples/testlo.c | modified | +4 −4 |