tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
377 stars 101 forks source link

cannot import a view from mssql ? #247

Closed suishaojian closed 4 years ago

suishaojian commented 4 years ago

I got a view in mssql and I just create a foreign schema in pg with tds_fdw, but I can just select the table not the view . So I want to know if tds_fdw cannot import view ? Thank you very much if anyone can offer help.

juliogonzalez commented 4 years ago

Duplicates #178

There's a PR pending since last year (#233) but it's lacking tests. I guess that if the developer doesn't reply I will need to handle it (I am not C developer but can take care of the tests, so if they work, we could merge).

suishaojian commented 4 years ago

Duplicates #178

There's a PR pending since last year (#233) but it's lacking tests. I guess that if the developer doesn't reply I will need to handle it (I am not C developer but can take care of the tests, so if they work, we could merge).

Thank you so much .