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
Commit5a28324 introduced some enums to represent all tables in schemapublications and used REL in their names. Use TABLE instead of REL inthose enums to avoid confusion with other objects like SEQUENCES that canbe part of a publication in the future.In the passing, (a) Change one of the newly introduced error messages tomake it consistent for Create and Alter commands, (b) add missing alias inone of the SQL Statements that is used to print publications associatedwith the table.Reported-by: Tomas Vondra, Peter SmithAuthor: Vignesh CReviewed-by: Hou Zhijie, Peter SmithDiscussion:https://www.postgresql.org/message-id/CALDaNm0OANxuJ6RXqwZsM1MSY4s19nuH3734j4a72etDwvBETQ%40mail.gmail.com