Re: [PATCHES] libpq type system 0.9a

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Andrew Chernow <ac(at)esilo(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] libpq type system 0.9a
Date: 2008-04-09 16:52:49
Message-ID: 1207759969.4478.102.camel@dogma.ljc.laika.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Tue, 2008-04-08 at 21:49 -0400, Merlin Moncure wrote:
> > * an "escapeIdent" function.
>
> not sure what this is...
>

Similar to the quote_ident() function in postgresql:
=> select quote_ident('foo"');
quote_ident
-------------
"foo"""
(1 row)

It could be called something like PQquoteIdent or PQescapeIdent.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-04-09 17:08:15 Re: [PATCHES] libpq type system 0.9a
Previous Message Andrew Chernow 2008-04-09 16:47:48 Re: [PATCHES] libpq type system 0.9a

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-04-09 17:08:15 Re: [PATCHES] libpq type system 0.9a
Previous Message Andrew Chernow 2008-04-09 16:47:48 Re: [PATCHES] libpq type system 0.9a