Re: [DOCS] to_char(): 'FM' also suppresses *trailing* zeroes

2017-09-04 Thread Erwin Brandstetter
On 3 September 2017 at 19:52, Erwin Brandstetter wrote: > I think the root of the confusion is that the FM does for date/time > formatting what the manual says (table 9-25): > > FM | prefix fill mode (suppress leading zeroes and padding blanks) | >> FMMonth >> > > test=# SELECT to_char(timestamp

[DOCS] 'alter sequence xxx start 200' do nothing

2017-09-04 Thread eric . mordant
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/functions-sequence.html Description: Hello, According to the doc, with a sequence public.xxx working well, i tried: Alter sequence public.xxx start 200; and also: Alter sequence