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 FOREIGN SCHEMA readonly always 'true' #330

Closed
jacobdr opened this issue Jun 26, 2019 · 3 comments
Closed

IMPORT FOREIGN SCHEMA readonly always 'true' #330

jacobdr opened this issue Jun 26, 2019 · 3 comments
Labels

Comments

@jacobdr
Copy link

jacobdr commented Jun 26, 2019

I think that I am not doing anything wrong but let me know if this is the expected behavior...

IMPORT FOREIGN SCHEMA "SOME_ORACLE_SCHEMA"
    LIMIT TO (table1, table2)
    FROM SERVER oracle_some_server_same INTO my_postgres_schema OPTIONS (readonly 'false');
\det+ my_postgres_schema.*

The above results in each table having readonly 'true'

@laurenz laurenz added the bug label Jun 27, 2019
@laurenz
Copy link
Owner

laurenz commented Jun 27, 2019

Thanks for the report!
What an embarrassing (if small) bug.

@jacobdr
Copy link
Author

jacobdr commented Jun 28, 2019

@laurenz what an amazing software product. Thanks for the hard work.

@jacobdr
Copy link
Author

jacobdr commented Jun 28, 2019

Fixed in 302eb0c

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