You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach partition to the existing RANGE-partitioned relation. The attached table must have exactly the same structure as the parent table, including the dropped columns.
171
171
172
172
```plpgsql
173
-
detach_range_partition(partition TEXT)
173
+
detach_range_partition(partition REGCLASS)
174
174
```
175
175
Detach partition from the existing RANGE-partitioned relation.
0 commit comments