Skip to content

Commit 299d025

Browse files
committed
documentation: authors section
1 parent 68543b7 commit 299d025

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,9 @@ To disable pg_pathman for some previously partitioned table use disable_partitio
276276
SELECT disable_partitioning('range_rel');
277277
```
278278
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

README.rus.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,9 @@ EXPLAIN SELECT * FROM journal WHERE dt >= '2015-06-01' AND dt < '2015-06-03';
277277
SELECT disable_partitioning('journal');
278278
```
279279
Все созданные секции и данные останутся по прежнему доступны и будут обрабатываться стандартным планировщиком PostgreSQL.
280+
281+
## Авторы
282+
283+
Ильдар Мусин <i.musin@postgrespro.ru> Postgres Professional, Россия
284+
285+
Александр Коротков <a.korotkov@postgrespro.ru> Postgres Professional, Россия

0 commit comments

Comments
 (0)