patch: format function, next generation

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Takahiro Itagaki <itagaki(dot)takahiro(at)gmail(dot)com>
Subject: patch: format function, next generation
Date: 2010-10-22 08:48:17
Message-ID: AANLkTinwssBtQx4DdYm43X-f_--oQgPNR3PpuRsGAgRJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I reworked a implementation of format function. This respects last discussion:

* support a positional placeholders - syntax %99$x,
* support a tags: %s, I, L,
* enhanced documentation,
* enhanced reggress tests

Regards

Pavel Stehule

Attachment Content-Type Size
format.diff text/x-patch 14.9 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2010-10-22 09:25:15 Re: Extensions, this time with a patch
Previous Message Dimitri Fontaine 2010-10-22 07:47:04 Re: Extensions, this time with a patch