From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | "David E(dot) Wheeler" <david(at)kineticode(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: patch (for 9.1) string functions |
Date: | 2010-03-09 16:56:59 |
Message-ID: | 162867791003090856j2de2b447h39a8ee3bf3a188f8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2010/3/9 David E. Wheeler <david(at)kineticode(dot)com>:
> On Mar 9, 2010, at 6:30 AM, Pavel Stehule wrote:
>
>> this patch contains a string formatting function "format"
>>
>> postgres=# select format('some message: % (current user: %)',
>> current_date, current_user);
>> format
>> ------------------------------------------------
>> some message: 2010-03-09 (current user: pavel)
>> (1 row)
>>
>> this patch add new contrib module string functions - contains mainly
>> sprintf function:
>
> Seems useful. Add it to the CommitFest so it doesn't get lost?
>
> https://commitfest.postgresql.org/action/commitfest_view?id=6
https://commitfest.postgresql.org/action/patch_view?id=287
it is there
Pavel
>
> Best,
>
> David
>
From | Date | Subject | |
---|---|---|---|
Next Message | strk | 2010-03-09 17:32:31 | Dyamic updates of NEW with pl/pgsql |
Previous Message | David E. Wheeler | 2010-03-09 16:55:34 | Re: patch (for 9.1) string functions |