pgsql: Fix incorrect wording about function failure time on unsafe ops

From: adunstan(at)svr1(dot)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect wording about function failure time on unsafe ops
Date: 2005-10-24 15:39:50
Message-ID: 20051024153950.75E1FDACAA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-24 15:49:54 pgsql: More forcefully recommend MD5 over crypt authentication.
Previous Message Bruce Momjian 2005-10-24 15:38:37 pgsql: I have applied the following patch to document PQinitSSL() and