File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -276,3 +276,9 @@ To disable pg_pathman for some previously partitioned table use disable_partitio
276
276
SELECT disable_partitioning('range_rel');
277
277
```
278
278
All sections and data will stay available and will be handled by standard PostgreSQL partitioning mechanism.
279
+
280
+ ## Authors
281
+
282
+ Ildar Musin <i.musin@postgrespro.ru > Postgres Professional Ltd., Russia
283
+
284
+ Alexander Korotkov <a.korotkov@postgrespro.ru > Postgres Professional Ltd., Russia
Original file line number Diff line number Diff line change @@ -277,3 +277,9 @@ EXPLAIN SELECT * FROM journal WHERE dt >= '2015-06-01' AND dt < '2015-06-03';
277
277
SELECT disable_partitioning('journal');
278
278
```
279
279
Все созданные секции и данные останутся по прежнему доступны и будут обрабатываться стандартным планировщиком PostgreSQL.
280
+
281
+ ## Авторы
282
+
283
+ Ильдар Мусин <i.musin@postgrespro.ru > Postgres Professional, Россия
284
+
285
+ Александр Коротков <a.korotkov@postgrespro.ru > Postgres Professional, Россия
You can’t perform that action at this time.
0 commit comments