Re: The description for pg_replication_slots.restart_lsn

2020-06-29 Thread Fujii Masao
On 2020/06/25 14:48, Fujii Masao wrote: On 2020/06/25 10:00, Alvaro Herrera wrote: On 2020-Jun-17, Fujii Masao wrote: The document explains that restart_lsn column in pg_replication_slots view is: The address (LSN) of oldest WAL which still might be required by the consumer of

Re: Create Procedure

2020-06-29 Thread Bruce Momjian
On Mon, Jun 29, 2020 at 03:02:57PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/sql-createprocedure.html > Description: > > Hi all, > > The Create Procedure could be improved: > > - Provide

Create Procedure

2020-06-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createprocedure.html Description: Hi all, The Create Procedure could be improved: - Provide more examples; - Describe the use of IN and INOUT variables; - Describe the use of cursors

Re: reindex database

2020-06-29 Thread Bruce Momjian
On Sun, Jun 28, 2020 at 08:42:10PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/sql-reindex.html > Description: > > Hello, > I am using this command to reindex the databases for a PostgreSQL 1

Re: INDEX with optional storage parameter value

2020-06-29 Thread Bruce Momjian
On Mon, Jun 29, 2020 at 04:18:58PM +0900, Michael Paquier wrote: > On Sat, Jun 27, 2020 at 05:14:23PM -0400, Bruce Momjian wrote: > > I found a few more places that also didn't properly document this; > > patch attached. > > Good catch! I am not seeing any missing spots, so this looks good to >

Re: INDEX with optional storage parameter value

2020-06-29 Thread Laurenz Albe
On Sat, 2020-06-27 at 17:14 -0400, Bruce Momjian wrote: > > I noticed an slight inaccuracy in the documentation for CREATE INDEX and > > ALTER INDEX: > > > > CREATE INDEX ... [ WITH ( storage_parameter = value [, ... ] ) ] > > ALTER INDEX [ IF EXISTS ] name SET ( storage_parameter = value [, ... ]

Re: INDEX with optional storage parameter value

2020-06-29 Thread Michael Paquier
On Sat, Jun 27, 2020 at 05:14:23PM -0400, Bruce Momjian wrote: > I found a few more places that also didn't properly document this; > patch attached. Good catch! I am not seeing any missing spots, so this looks good to me. You are planning a backpatch, right? -- Michael signature.asc Descript