Closed mkgrgis closed 8 months ago
That's a useful enhancement request. I'll leave it open; it shouldn't bee hard to implement. Perhaps I should create a TODO item...
@laurenz , also there is materialized views. Users thinks this class of DB objects can have separate flag for export with default true
. Generally will be useful a comment for foreign table about original object in Oracle like "This is IMPORT FOREIGN SCHEMA foreign table for table|view|materialized view".
I'll try to make a draft for you.
Hello, @laurenz ! Thanks for great FDW and interesting C code!
This is a feature request. During data migrations sometimes we need import only really stored relations, not views. Could you please implement a new option about views import (
import_views
?, defaulttrue
) like in firebird_fdw ? Look like this can touch this place, this signature and the query fromoracleGetImportColumn
.