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

import command conflicts with luciddb #13

Open
tbk303 opened this issue Dec 30, 2010 · 1 comment
Open

import command conflicts with luciddb #13

tbk303 opened this issue Dec 30, 2010 · 1 comment
Labels

Comments

@tbk303
Copy link
Collaborator

tbk303 commented Dec 30, 2010

luciddb has an "import" command that allows data to be imported from a foreign source, e.g.

create or replace server jdbc_link
foreign data wrapper sys_jdbc
options(
driver_class 'org.postgresql.Driver',
url 'jdbc:postgresql://localhost/db',
user_name 'postgres',
table_types 'TABLE',
fetch_size '10000',
autocommit 'false');

import foreign schema "public"
from server jdbc_link
into extraction_schema;

However, as henplus also has an "import" command, the statement above won't be able to execute successfully.

Is there any workaround to this? Thanks.

@neurolabs
Copy link
Owner

Submitted:

Sok Ann Yap ( sayap ) - 2009-05-19 07:44:53 UTC

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

No branches or pull requests

2 participants