Examples required in || 5.10. Table Partitioning

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Examples required in || 5.10. Table Partitioning
Дата
Msg-id 158099182679.1093.11650509001908549339@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Examples required in || 5.10. Table Partitioning  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/ddl-partitioning.html
Description:

Hello ,

As I'm searching for the official documentation of Hash Partition and List
Partition with example with more description the only information is found
is  as below :

List Partitioning
The table is partitioned by explicitly listing which key values appear in
each partition.

Hash Partitioning
The table is partitioned by specifying a modulus and a remainder for each
partition. Each partition will hold the rows for which the hash value of the
partition key divided by the specified modulus will produce the specified
remainder.

But how to create and manage these above 2 partition is not explained in
documentation properly officially.for further information related to these 2
partition we need to search private blogs,because of lack of information
provided in the documentation 5.10. Table Partitioning I only saw the Range
partition example throughout the Table Partitioning .

I request you to modify the 5.10. Table Partitioning section and make it
more informative as Table Partition is very important in PostgreSQL .

Kind Regards,
Tanay Purnaye.

В списке pgsql-docs по дате отправления:

Предыдущее
От: Jürgen Purtz
Дата:
Сообщение: Re: Users/Roles do not align.
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Documentation: 21.5. Default Roles