pg_partition_manager
pg_partition_manager copied to clipboard
Tables name with special character
The changes in this pull request enables to create and drop partitioned tables that contains special characters. I came up with this solutions because i was trying to use this gem to create partitioned tables by list of a column which type is 'uuids', but to create tables with special characters it must be between double quotes.