mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-28 18:41:01 +01:00
When calling the create_distributed_table() function, the column name is given as a literal parameter to the function and should be quoted that way, with single quotes. In particular, if our column-name is already double-quoted, we need to get rid of those extra quotes. Also, the source-table-name might be a cons object when qualified, or a plain string when not schema-qualified. Adjust the citus-find-table code to take that into account.