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
To add a table to a publication, the invoking user must have ownership rights on the table. The FOR ALL TABLES and FOR TABLES IN SCHEMA clauses require the invoking user to be a superuser.
This requirement is not documented in the MOLT Fetch docs.
Otherwise the customer will get the following error:
Error: ERROR: must be owner of table referral_pending (SQLSTATE 42501)