Re: implement prepared queries in plperl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: dmitry(at)karasik(dot)eu(dot)org
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: implement prepared queries in plperl
Date: 2005-12-08 16:04:23
Message-ID: 43985987.30902@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Dmitry Karasik wrote:

>>Dmitry,
>>
>>please supply documentation (i.e. a patch to the SGML) to accompany this
>>patch, or at the very least a description of how it works, with the
>>promise of proper documentation to follow.
>>
>>
>
>I am willing to write a proper documentation, but I haven't found the place
>where to add descriptions for the new functions, and neither the SGML document
>you're referring to, but I can submit a patch to it if you tell me where it is.
>
>

You should probably be working from a CVS checkout, on which case the
file you would need to edit is doc/src/sgml/plperl.sgml

You might find the following references useful if you haven't read them
already:

http://www.postgresql.org/developer/sourcecode and
http://www.postgresql.org/docs/faqs.FAQ_DEV.html

>If you take this as a promise of proper documentation, I'll explain in short
>how it works here:
>
>
>
>

I will look this over in the next few weeks.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darcy Buskermolen 2005-12-08 16:33:59 Re: HOOKS for Synchronous Replication?
Previous Message Bruce Momjian 2005-12-08 15:53:02 Re: BUG #1467: fe_connect doesn't handle EINTR right

Browse pgsql-patches by date

  From Date Subject
Next Message Hannu Krosing 2005-12-08 17:15:01 Re: [PATCHES] Inherited Constraints
Previous Message Dmitry Karasik 2005-12-08 15:29:18 Re: implement prepared queries in plperl