Re: Clarification of triggers with 'OF column_name' in 'Overview of Trigger Behavior'

2022-05-03 Thread Josh Silver
On Mon, May 2, 2022 at 3:22 PM David G. Johnston wrote: > On Mon, May 2, 2022 at 11:14 AM PG Doc comments form < > nore...@postgresql.org> wrote: > >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/13/trigger-datachanges.html >> Des

Re: Clarification of triggers with 'OF column_name' in 'Overview of Trigger Behavior'

2022-05-03 Thread Josh Silver
On Mon, May 2, 2022 at 7:11 PM David G. Johnston wrote: > On Mon, May 2, 2022 at 6:55 PM David G. Johnston < > david.g.johns...@gmail.com> wrote: > >> On Mon, May 2, 2022 at 6:33 PM Josh Silver >> wrote: >> > And, given the existing length and depth of content of that page already > I'm doubtful

BETWEEN operator not indexed

2022-05-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-comparison.html Description: The BETWEEN operator can't be found by searching.

Re: Clarification of triggers with 'OF column_name' in 'Overview of Trigger Behavior'

2022-05-03 Thread Josh Silver
On Mon, May 2, 2022 at 4:53 PM David G. Johnston wrote: > On Mon, May 2, 2022 at 4:42 PM Josh Silver wrote: > >> On Mon, May 2, 2022 at 3:22 PM David G. Johnston < >> david.g.johns...@gmail.com> wrote: >> >>> On Mon, May 2, 2022 at 11:14 AM PG Doc comments form < >>> nore...@postgresql.org> wrot

Re: BETWEEN operator not indexed

2022-05-03 Thread Daniel Gustafsson
> On 3 May 2022, at 07:23, PG Doc comments form wrote: > The BETWEEN operator can't be found by searching. It is actually indexed, but it can indeed not be searched on its own. BETWEEN BETWEEN SYMMETRIC A wild guess; perhaps between is defined in a stopwords list

Re: BETWEEN operator not indexed

2022-05-03 Thread Alvaro Herrera
On 2022-May-03, Daniel Gustafsson wrote: > A wild guess; perhaps between is defined in a stopwords list for searching > somewhere? Our very own src/backend/snowball/stopwords/english.stop contains it. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/