Re: patch (for 9.1) string functions

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: patch (for 9.1) string functions
Дата
Msg-id b42b73151003091130l2fd4392at2aeafeda6d640b63@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch (for 9.1) string functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: patch (for 9.1) string functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Tue, Mar 9, 2010 at 1:45 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> updated version, concat function doesn't use separator

btw...very cool stuff.  I took a brief look at the sprintf
implementation.  The main switch:
switch (pdesc.field_type)

It looks like format codes we choose not to support (like %p) are
silently ignored.  Is this the correct behavior?

merlin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Dyamic updates of NEW with pl/pgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Core dump running PL/Perl installcheck with bleadperl [PATCH]