Re: postgresql-7.2b3-betterquote.patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Elliot Lee <sopwith(at)redhat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql-7.2b3-betterquote.patch
Date: 2002-02-23 02:06:00
Message-ID: 200202230206.g1N260702440@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Elliot Lee wrote:
> This patch to the python bindings adds C versions of the often-used query
> args quoting routines, as well as support for quoting lists e.g.
> dbc.execute("SELECT * FROM foo WHERE blah IN %s", (myblahlist,))
>
> Please consider incorporating this patch into postgresql,
> -- Elliot

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-02-23 02:09:50 Re: Problem in ResultSet#getTimestamp() of 7.2b4
Previous Message Bruce Momjian 2002-02-23 02:01:12 Re: Undocumented feature costs a lot of performance in COPY