pgsql: Fix incorrect wording about function failure time on unsafe ops - Mailing list pgsql-committers

From adunstan@svr1.postgresql.org (Andrew Dunstan)
Subject pgsql: Fix incorrect wording about function failure time on unsafe ops
Date
Msg-id 20051024153950.75E1FDACAA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Fix incorrect wording about function failure time on unsafe ops - these
are now caught by the validator. And a small visit from the perl style police:
check the return value from open().

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plperl.sgml (r2.47 -> r2.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plperl.sgml.diff?r1=2.47&r2=2.48)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: I have applied the following patch to document PQinitSSL() and
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: More forcefully recommend MD5 over crypt authentication.