adjust / parquet_fdw

Parquet foreign data wrapper for PostgreSQL
PostgreSQL License
333 stars 37 forks source link

Issue 61: Quote identifiers during IMPORT FOREIGN SCHEMA #63

Closed za-arthur closed 1 year ago

za-arthur commented 1 year ago

It is necessary to quote identifiers like columns or schema names. Unfortunately parquet_fdw still won't support column names with white spaces fully because of sorted option. sorted option accepts space separated list of columns and therefore it would be hard to fix this without breaking backward compatibility.

Issue: #61