[DOCS] unclear description for the Pattern Modifiers in formatting functions

2015-08-25 Thread Marc Mamin
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

Re: [DOCS] misleading lang_name case in CREATE FUNCTION doc.

2013-11-30 Thread Marc Mamin
>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

Re: [DOCS] misleading lang_name case in CREATE FUNCTION doc.

2013-11-15 Thread Marc Mamin
> 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

[DOCS] misleading lang_name case in CREATE FUNCTION doc.

2013-10-11 Thread Marc Mamin
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

[DOCS] vacuum monitoring in the doc

2012-05-22 Thread 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