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
CREATETABLEpublic.test (
a intPRIMARY KEY,
b int,
INDEX b_idx (b) WHERE b >5
);
IMPORT PGDUMP 'http://host.docker.internal:8000/test.dump' WITH max_row_size ='9MB', skip_foreign_keys;
ERROR: unimplemented: cannot import into table with partial indexes
SQLSTATE: 0A000
HINT: You have attempted to use a feature that is not yet implemented.
See: https://go.crdb.dev/issue-v/50225/v20.2
Environment:
CockroachDB version 20.2.0.rc.4
Server OS: docker
Client app: cockroach sql
Additional context
What was the impact?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Environment:
cockroach sql
Additional context
What was the impact?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: