tds-fdw / tds_fdw

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

Long Foreign Data Wrapper Table Names- Handling #338

Open mbwmbw1337 opened 9 months ago

mbwmbw1337 commented 9 months 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...