-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Lauren Singh commented:
Follow up to #9494, @mwang1026 commented:
Separately, and maybe it's a separate project, I do feel like we need to have a list of "known ignored statements in PGDUMP and what to do about them". Not knowing this causes pain for customers who don't know beforehand.
For example, if there is a column type that we don't support (e.g. tsvector) the CREATE TABLE statement will fail and what will be logged in the ignored statement log is tsvector: could not be parsed
We also know for example that we ignore all SET statements
Anything relating to grants and roles and permissions, because we don't want to accidentally grant permissions to a user in the destination cluster who happens to have the same username as someone from the previous cluster
As a part of this project, I want us to at least think through the structuring of such documents.
Jira Issue: DOC-1076