Dimitri Fontaine 7c146c46b9 Citus support small bug fixes.
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.
2019-02-16 15:48:46 +01:00
..
2019-02-16 15:48:46 +01:00
2019-02-16 15:48:46 +01:00
2019-01-21 15:02:39 +01:00
2019-02-15 21:18:38 +01:00
2019-01-21 17:51:44 +01:00