Re: patch (for 9.1) string functions

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: patch (for 9.1) string functions
Дата
Msg-id 7FCC6CA9-3101-4D93-8ACF-77F92B97A314@kineticode.com
обсуждение исходный текст
Ответ на 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 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


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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: machine-readable pg_controldata?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: patch (for 9.1) string functions