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

CREATE FOREIGN TABLE IF NOT EXISTS throws an error if the stream already exists #2036

Open
hedayat opened this issue Mar 6, 2019 · 0 comments

Comments

@hedayat
Copy link

hedayat commented Mar 6, 2019

This command is expected to not throw an error when the foreign table exists, but currently it prints an error related to pipelinedb:

CREATE FOREIGN TABLE IF NOT EXISTS alerts (...) SERVER pipelinedb;

NOTICE: relation "alerts" already exists, skipping
ERROR: duplicate key value violates unique constraint "pipeline_stream_relid_index"
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

1 participant