Skip to content

Feedback: MOLT Fetch - document required permissions to add a table to a publication for Postgres #20162

@hand-crdb

Description

@hand-crdb

Page: https://cockroachlabs.com/docs/molt/molt-fetch.html

What is the reason for your feedback?

[X] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[ ] Other

Additional details

Postgres docs say

https://www.postgresql.org/docs/current/sql-createpublication.html

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)

Jira issue: DOC-14620

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions