Re: patch (for 9.1) string functions

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch (for 9.1) string functions
Date: 2010-03-09 16:55:34
Message-ID: 7FCC6CA9-3101-4D93-8ACF-77F92B97A314@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-03-09 16:56:59 Re: patch (for 9.1) string functions
Previous Message Greg Sabino Mullane 2010-03-09 15:18:03 Re: machine-readable pg_controldata?