Missing examples for hash partitioning

Started by PG Bug reporting formalmost 2 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

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

There is no example showing the syntax of Hash Partitioning in this section
of the documentation, it's missing.

#2David Rowley
dgrowleyml@gmail.com
In reply to: PG Bug reporting form (#1)
Re: Missing examples for hash partitioning

On Sun, 5 May 2024 at 08:13, PG Doc comments form
<noreply@postgresql.org> wrote:

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

There is no example showing the syntax of Hash Partitioning in this section
of the documentation, it's missing.

There are examples of hash partitioning in [1]https://www.postgresql.org/docs/current/sql-createtable.html. Maybe we should add a
link so those can be more easily found.

David

[1]: https://www.postgresql.org/docs/current/sql-createtable.html

#3David Rowley
dgrowleyml@gmail.com
In reply to: David Rowley (#2)
Re: Missing examples for hash partitioning

On Sun, 5 May 2024 at 19:27, David Rowley <dgrowleyml@gmail.com> wrote:

There are examples of hash partitioning in [1]. Maybe we should add a
link so those can be more easily found.

I see the link is already there, per:

"See CREATE TABLE for more details on creating partitioned tables and
partitions."

David

Show quoted text

[1] https://www.postgresql.org/docs/current/sql-createtable.html