Re: [PATCHES] libpq type system 0.9a - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: [PATCHES] libpq type system 0.9a
Date
Msg-id 1207759969.4478.102.camel@dogma.ljc.laika.com
Whole thread Raw
In response to Re: [PATCHES] libpq type system 0.9a  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: [PATCHES] libpq type system 0.9a
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] libpq type system 0.9a