OSDN Git Service

Fix ancient error in large objects usage example: overwrite() subroutine
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Mar 2006 21:49:09 +0000 (21:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Mar 2006 21:49:09 +0000 (21:49 +0000)
commit56aa84a69c282840afc3be3cba0b0e374373b9b4
tree04e88a95e9d9d6d383660604c0586f8bbfd48f70
parent9356877bba8fa0fcae8f1450d74e4d17ec9f7f83
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.
doc/src/sgml/lobj.sgml
src/test/examples/testlo.c