Documentation update for PQexecParams

From: Theo Kramer <theo(at)flame(dot)co(dot)za>
To: pgsql-docs(at)postgresql(dot)org
Subject: Documentation update for PQexecParams
Date: 2006-11-08 18:07:19
Message-ID: 1163009239.2384.2.camel@josh
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi

I have been using PQprepare() and PQexecPrepared(). This has led me to
update libpq.sgml, in particular for PQexecParams().

The changes are to the formatting of the arguments for PQexecParams()
(as shared by PQexecPrepared()) which make it easier to read, as well as
creating a table giving a set of possible values for the various arguments with
the associated SQL types.

I would imagine the best place to submit the patch would be to
psql-patches, however, before I do this I am wondering if this is the right forum for
having the changes vetted before submitting the patch.

Please advise.
--
Regards
Theo

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David Fetter 2006-11-09 14:43:48 Re: Documentation update for PQexecParams
Previous Message Richard Troy 2006-11-03 15:13:26 Re: [HACKERS] "recovering prepared transaction" after serverrestart