pgsql-server/doc/src/sgml Tag: REL7_3_STABLE l ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/doc/src/sgml Tag: REL7_3_STABLE l ...
Date
Msg-id 20021108045707.769DC476F5A@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/11/07 23:57:07

Modified files:
    doc/src/sgml   : Tag: REL7_3_STABLE libpgtcl.sgml

Log message:
    I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy between
    the documentation and behavior of "pg_result $res -oid" when $res is not
    from an INSERT.  The documentation says it should return an empty
    string, but in fact it returns 0. I think it used to return an empty
    string around PostgreSQL-7.1.3 when PQoidStatus() was used, but now it
    uses PQoidValue() which returns InvalidOid, 0 in this case.

    Assuming the current behavior is desired, here is a patch to the
    documentation doc/src/sgml/libpgtcl.sgml to match what really happens:

    ljb


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml libpgtcl.sgml
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml libpq.sgml