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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to