You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove ALL keyword from TABLES IN SCHEMA for publication
This may be a bit too subtle, but removing that word from there makesthis clause no longer a perfect parallel of the GRANT variant "ALLTABLES IN SCHEMA": indeed, for publications what we record is the schemaitself, not the tables therein, which means that any tables added to theschema in the future are also published. This is completely differentto what GRANT does, which is affect only the tables that exist when thecommand is executed.There isn't resounding support for this change, but there are a fewpositive votes and no opposition. Because the time to 15 RC1 is veryshort, let's get this out now.Backpatch to 15.Discussion:https://postgr.es/m/2729c9e2-9aac-8cda-f2f4-34f2bcc18f4e