Examples required in || 5.10. Table Partitioning

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: tanay(dot)purnaye(at)gmail(dot)com
Subject: Examples required in || 5.10. Table Partitioning
Date: 2020-02-06 12:23:46
Message-ID: 158099182679.1093.11650509001908549339@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jonathan S. Katz 2020-02-06 15:59:09 Re: Documentation: 21.5. Default Roles
Previous Message Jürgen Purtz 2020-02-06 10:06:44 Re: Users/Roles do not align.