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-patches(at)postgresql(dot)org
Subject: Re: postgresql-7.2b3-betterquote.patch
Date: 2002-01-17 23:07:20
Message-ID: 200201172307.g0HN7KU13243@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Saved for 7.3:

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

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

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", ([1,2,3],))
>
> Please consider incorporating this patch into postgresql 7.2,
> -- Elliot

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go 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-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-17 23:12:21 Re: [PATCHES] guc
Previous Message Tom Lane 2002-01-17 22:57:29 Re: [PATCHES] guc