pgsql: Remove obsolete remark that PQprepare() is more flexible than - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove obsolete remark that PQprepare() is more flexible than
Date
Msg-id 20100829151905.4C65F7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove obsolete remark that PQprepare() is more flexible than PREPARE.

Spotted by Dmitriy Igrishin.  Back-patch to 8.2, which is when the PREPARE
statement was improved to allow parameter types to be omitted.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.321 -> r1.322)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.321&r2=1.322)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (Hiroshi Saito)
Date:
Subject: psqlodbc - psqlodbc: Prep release Version 09.00.0100.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove obsolete remark that PQprepare() is more flexible than