Hi

2013/9/30 Gilles Darold <gilles.dar...@dalibo.com>:
(...)
> That's right, here is the patch modified with just a little change with
> your suggestion:
>
>                 if (popt->topt.numericLocale)
>                         printf(_("Locale-adjusted numeric output (%s) is
> on.\n"), param);
>                 else
>                         printf(_("Locale-adjusted numeric output (%s) is
> off.\n"), param);

I'm a bit late to this thread, but I'd just like to say I find this a useful
feature which I've missed on the odd occasion.

BTW there is a slight typo in the patch, "s" should be "is":

"Output format (format) s aligned."

+ printf(_("Output format (%s) s %s.\n"), param,
+ _align2string(popt->topt.format));


Regards

Ian Barwick


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to