Re: review: psql and pset without any arguments - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject Re: review: psql and pset without any arguments
Date
Msg-id CAB8KJ=ixWTzvqcGfRX0aUZu3OMkFSTe_CtdMFVym4hy+vnvhXQ@mail.gmail.com
Whole thread Raw
In response to Re: review: psql and pset without any arguments  (Gilles Darold <gilles.darold@dalibo.com>)
List pgsql-hackers
Hi

2013/9/30 Gilles Darold <gilles.darold@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



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: proposal: lob conversion functionality
Next
From: Heikki Linnakangas
Date:
Subject: Re: Minmax indexes