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
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'
The text was updated successfully, but these errors were encountered:
I think that I am not doing anything wrong but let me know if this is the expected behavior...
The above results in each table having
readonly 'true'
The text was updated successfully, but these errors were encountered: