DOCS - CREATE PUBLICATION ... EXCEPT has no mention on what happens after drop/create tables

SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>

From: SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-10T15:01:44Z
Lists: pgsql-hackers
Hi hackers,

The docs say EXCEPT "This clause specifies a list of tables to be excluded
from the publication. "
with no time qualifier. In case of drop/create the table automatically
includes in the publication. Given the
filter is based on OIDs this is expected. Should we enhance the
documentation to mention this case?

Thanks,
Satya