Skip to content
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

Postgresql multiple schemas #35869

Closed
irizzant opened this issue Mar 18, 2019 · 1 comment
Closed

Postgresql multiple schemas #35869

irizzant opened this issue Mar 18, 2019 · 1 comment

Comments

@irizzant
Copy link

irizzant commented Mar 18, 2019

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?

@awoods187
Copy link
Contributor

Hi @irizzant thank you for filing an issue. We are tracking this feature on #26443 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants