pg_partition_manager icon indicating copy to clipboard operation
pg_partition_manager copied to clipboard

Tables name with special character

Open Vicapelli opened this issue 2 years ago • 0 comments

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.

Vicapelli avatar Mar 15 '23 18:03 Vicapelli