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
Hello
we're trying to migrate our existing Postgresql DB into Cockroach and the dump file we created fails because it contains multiple schemas creation: CREATE SCHEMA xyz
and the cli fails like this:
root@cockroachdb-1:26257/defaultdb> IMPORT PGDUMP 'http://xxxx/CockroachDB/glfci.sql';
pq: unimplemented at or near "crm"
source SQL:
--
-- Name: crm; Type: SCHEMA; Schema: -; Owner: webtng
--
CREATE SCHEMA crm;
I'm on Cockroach 2.1.6.
Would it be possible to add this feature?
The text was updated successfully, but these errors were encountered:
Hello
we're trying to migrate our existing Postgresql DB into Cockroach and the dump file we created fails because it contains multiple schemas creation:
CREATE SCHEMA xyz
and the cli fails like this:
I'm on Cockroach 2.1.6.
Would it be possible to add this feature?
The text was updated successfully, but these errors were encountered: