7;)
UNION ALL
select to_char(1,'(FM9)')
-
( 1)
(1)
Maybe it would be sufficient to just add FM into the table 9.24
(
http://www.postgresql.org/docs/9.5/static/functions-formatting.html#FUNCTIONS-FORMATTING-NUMERIC-TABLE
)
regards,
Marc Mam
>Von: Peter Eisentraut [pete...@gmx.net]
>>On 11/13/13, 9:02 AM, Marc Mamin wrote:
>> something like :?
>>
>> The name of the language that the function is implemented in.
>> Can be 'sql', 'c', 'internal', or the name of a user-defin
> From: Peter Eisentraut [mailto:pete...@gmx.net]
> Sent: Mittwoch, 13. November 2013 12:56
> On Fri, 2013-10-11 at 08:37 +0000, Marc Mamin wrote:
> > Hi,
> > you might want to lowercase the language names in order to be
> > compatible with the case restriction intro
Hi,
you might want to lowercase the language names in order to be compatible with
the case restriction introduced in 9.2.
or add a sentence like
'when using single quotes, the names are case sensitive (with is lowercase for
most (all?) languages).
regards,
Marc Mamin
to monitor vaccum in the main chapter
( http://www.postgresql.org/docs/9.1/static/routine-vacuuming.html )
A hint on pg_stat_all_tables would be helpful.
(
http://www.postgresql.org/docs/9.1/static/monitoring-stats.html#MONITORI
NG-STATS-VIEWS-TABLE )
best regards,
Marc Mamin