-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import: Issue tracking PGDUMP improvements #56659
Comments
Hi @adityamaru, I've guessed the C-ategory of your issue and suitably labeled it. Please re-label if inaccurate. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
NB: Work for Can circle back on this when discussions related to separating sql logic for ddls and import logic for the ingestion of data is addressed. |
Any thoughts on |
nextval support added in - #56473 |
Work is also being done to improve the ignore semantics of unsupported statements during an IMPORT PGDUMP. |
TODO: go through all our example customer pgdump files and add ignore rules for unsupported statements. |
IMPORT has moved over to @cockroachdb/sql-foundations, considering most items on this list were completed I'm inclined to close this. Future improvements can be tracked more granularly. |
High Priority
importccl: IMPORT PGDUMP should ignore schema manipulation statements #29471
Fix: importccl,sql: support importing non-public schemas from pgdump #57183
sql: support IMPORT PGDUMP into table with partial indexes #50225
importccl: IMPORT PGDUMP fails with sequences #29046
Fix: sql: Added CREATE SEQUENCE ... AS <typename> option. #57339
importccl: cannot load array data with IMPORT PGDUMP #29043
Fix: importccl: Fixed COPY FROM STDIN compatibility for IMPORT pgdump array data #58244
importccl: IMPORT PGDUMP does not import views #29039
Medium Priority
Fix: importccl: Add DROP TABLE [IF EXISTS] support for import pgdump. #56920
import: PGDUMP imports do not suport ALTER SEQUENCE ... OWNED BY ... #53958
importccl: CREATE and ALTER SEQUENCE commands not support for IMPORT PGDUMP #55469
import: postgres-compat
ALTER SEQUENCE ... OWNED BY
#56767Low Priority
To Triage
--clean
and--create
flags allow users to prependDROP DATABASE IF EXISTS
andCREATE DATABASE
to the dump file.Not solving - other workaround
importccl: IMPORT PGDUMP fails with syntax error on
GRANT ALL ON SCHEMA
#30647import: failure on handling grant #56369
Jira issue: CRDB-2917
The text was updated successfully, but these errors were encountered: