Re: No details on how to use Hash partitions: no example, no syntax

2024-09-18 Thread David Rowley
On Thu, 19 Sept 2024 at 02:17, Laurenz Albe wrote: > > On Tue, 2024-09-17 at 22:32 +, PG Doc comments form wrote: > > I would like the documentation to explain how to use Hash partitions. It > > says one needs to provide a modulus and remainder, but the exact syntax is > > not stated in the re

Re: No details on how to use Hash partitions: no example, no syntax

2024-09-18 Thread Laurenz Albe
On Tue, 2024-09-17 at 22:32 +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/ddl-partitioning.html > Description: > > I would like the documentation to explain how to use Hash partitions. It > say

I use the example in this page ,but got error

2024-09-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/xfunc-c.html Description: quhan@khan1-3 build % clang -shared -fPIC -o libpqtxt.dylib ../src/*.c -I/Library/PostgreSQL/17/include/postgresql/server -I/Library/PostgreSQL/17/include -L/Libr

No details on how to use Hash partitions: no example, no syntax

2024-09-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/ddl-partitioning.html Description: I would like the documentation to explain how to use Hash partitions. It says one needs to provide a modulus and remainder, but the exact syntax is not s

Re: Elaborate on phrase "table metadata" in the Notes section of ALTER by specifying pg_attribute

2024-09-18 Thread Peter Eisentraut
On 11.09.24 22:12, PG Doc comments form wrote: Page:https://www.postgresql.org/docs/16/sql-altertable.html Description: I am newish to Postgres, and the term "table metadata" was confusing to me. I think it is pretty easy to do a quick internet search to find out what table metadata is in the