Re: patch (for 9.1) string functions

David Wheeler <david@kineticode.com>

From: "David E. Wheeler" <david@kineticode.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-03-09T16:55:34Z
Lists: pgsql-hackers
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

Best,

David