Re: auto_explain.log_min_duration is limit for nested statement

2019-11-06 Thread Bruce Momjian
On Mon, Nov 4, 2019 at 07:11:48AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/auto-explain.html > Description: > > Hello, > > I had problem with setup auto_explain.log_min_duration for

Re: Small typo in func.sgml

2019-11-06 Thread Michael Paquier
On Thu, Nov 07, 2019 at 08:16:15AM +0900, Tatsuo Ishii wrote: > I think a new line is needed after . True that it is the usual pattern. -- Michael signature.asc Description: PGP signature

Small typo in func.sgml

2019-11-06 Thread Tatsuo Ishii
I thinkk a new line is needed after . Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28eb322f3f..6d82c9f0bd 100644 --- a/doc/src/sgml/func.sgml +++

Re: Does 'instead of delete' trigger support modification of OLD

2019-11-06 Thread Bruce Momjian
On Tue, Oct 29, 2019 at 05:54:36PM +0200, Eugen Konkov wrote: > Hi. > > This is not clear from doc, so I have asked on IRC too. > > from the DOC: https://www.postgresql.org/docs/current/trigger-definition.html > In the case of INSTEAD OF triggers, the possibly-modified row returned by > each

Re: Adding a Column documentation is misleading

2019-11-06 Thread David G. Johnston
On Tuesday, November 5, 2019, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/ddl-alter.html > Description: > > In 5.6.1. Adding a Column, there is a kind of example 'ALTER TABLE products > ADD COLUMN

Re: Why 'infinity' is not in range '[2019-01-02, infinity]'?

2019-11-06 Thread Bruce Momjian
On Wed, Nov 6, 2019 at 12:15:17PM +0200, Eugen Konkov wrote: > !Specifying a missing bound as exclusive is automatically converted > !to inclusive, e.g., [,] is automatically converted > !to (,) > > Misspell? > > You say: >exclusive is automatically converted to inclusive > But

Re: Adding a Column documentation is misleading

2019-11-06 Thread Alvaro Herrera
On 2019-Nov-06, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/12/ddl-alter.html > Description: > > In 5.6.1. Adding a Column, there is a kind of example 'ALTER TABLE products > ADD COLUMN description text;' > > The words 'description' and 'text' are misleading -- as

Adding a Column documentation is misleading

2019-11-06 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ddl-alter.html Description: In 5.6.1. Adding a Column, there is a kind of example 'ALTER TABLE products ADD COLUMN description text;' The words 'description' and 'text' are misleading --