On 2018-Aug-30, PG Bug reporting form wrote:
> 3) Test with CREATE SEQUENCE
>
> CREATE SEQUENCE test_seq
> START WITH 1
> INCREMENT BY 1
> NO MINVALUE
> NO MAXVALUE
> CACHE 1;
>
> Query returned successfully with no result in 11 msec.
>
> No event raised.
Works for me, after adding the CREATE EVENT TRIGGER command that you did
not list. (Without it, it doesn't emit the notice for CREATE TABLE
either, obviously.)
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services