pg_partition_manager icon indicating copy to clipboard operation
pg_partition_manager copied to clipboard

Manage PostgreSQL table partitions

Results 2 pg_partition_manager issues
Sort by recently updated
recently updated
newest added

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...

Since the `process` method passes one argument to `new`, it's impossible to specify the `db` (or `start`) parameter to `new`. Passing a hash causes the `partition` argument to contain the...