On 5/17/17 16:20, mjustin.li...@gmail.com wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/catalog-pg-inherits.html
> Description:
>
> The pg_inherits documentation
> (https://www.postgresql.org/docs/current/static/c
On Mon, Sep 4, 2017 at 11:51 PM, wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.5/static/functions-sequence.html
>
> Alter sequence public.xxx start with 200
>
> It has no effect, without error message, but setval(200) work
2017-09-05 8:51 GMT+02:00 :
> 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 pu