Skip to main content

INGESTION_GATEWAY_PG_PUBLICATION_ALTER_FAILED error condition

SQLSTATE: 42000

Failed to alter replication publication for <entityType> '<entityName>' Error message: <errorMessage>

INSUFFICIENT_PRIVILEGE

due to insufficient privilege. Please grant the 'CREATE' on database privilege and 'ALTER' table owner to the replication user.

PUBLICATION_DOES_NOT_EXISTS

due to publication does not exists. Please check if the publication exists on the database.

UNKNOWN_ERROR

due to unknown error. Please check SQLState and refer to https://www.postgresql.org/docs/current/errcodes-appendix.html.

Was this article helpful?