pgsql: Fix ancient error in large objects usage example: overwrite()

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix ancient error in large objects usage example: overwrite()
Дата
Msg-id 20060302214910.1D76E9DC85A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        lobj.sgml (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/lobj.sgml.diff?r1=1.37&r2=1.38)
    pgsql/src/test/examples:
        testlo.c (r1.25 -> r1.26)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/examples/testlo.c.diff?r1=1.25&r2=1.26)

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Check INSERT queries.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ancient error in large objects usage example: overwrite()