Re: postgresql-7.2b3-betterquote.patch - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: postgresql-7.2b3-betterquote.patch
Date
Msg-id 200202230206.g1N260702440@candle.pha.pa.us
Whole thread Raw
In response to postgresql-7.2b3-betterquote.patch  (Elliot Lee <sopwith@redhat.com>)
List 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@postgresql.org)

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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Updated TODO item
Next
From: Bruce Momjian
Date:
Subject: Re: contrib: int_array_aggregator() int_array_enum()