Re: [PATCHES] libpq type system 0.9a

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: [PATCHES] libpq type system 0.9a
Дата
Msg-id 1207759969.4478.102.camel@dogma.ljc.laika.com
обсуждение исходный текст
Ответ на Re: [PATCHES] libpq type system 0.9a  ("Merlin Moncure" <mmoncure@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Chernow
Дата:
Сообщение: Re: [PATCHES] libpq type system 0.9a
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] libpq type system 0.9a