tds-fdw / tds_fdw

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

Long Foreign Data Wrapper Table Names- Handling #338

Open mbwmbw1337 opened 1 year ago

mbwmbw1337 commented 1 year ago

Is there any way to handle long identifiers of native servers in an elegant fashion?

I'd like to list the underlying foreign tables available, loop through them, and import one by one applying any rename rules I need...