Re: patch (for 9.1) string functions - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: patch (for 9.1) string functions
Date
Msg-id b42b73151003091130l2fd4392at2aeafeda6d640b63@mail.gmail.com
Whole thread Raw
In response to Re: patch (for 9.1) string functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch (for 9.1) string functions
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Dyamic updates of NEW with pl/pgsql
Next
From: Tom Lane
Date:
Subject: Re: Core dump running PL/Perl installcheck with bleadperl [PATCH]