Re: Doc patch: add RECURSIVE to bookindex

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Daniel Verite <daniel(at)manitou-mail(dot)org>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Doc patch: add RECURSIVE to bookindex
Date: 2018-07-31 12:41:55
Message-ID: alpine.DEB.2.21.1807310835180.31486@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Daniel,

> I've noticed that RECURSIVE as a term is not in the index, and thought
> it should be. PFA a patch to add it with references to WITH queries and
> CREATE VIEW.

Sounds reasonable.

Why referencing only create_view, but not delete, insert, update, select
or select_into where RECURSIVE is also used?

ISTM that at least the select page should be referenced, I'm less sure of
the others because there it appears only in the synopsys.

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Emre Hasegeli 2018-07-31 12:55:58 Standby trying "restore_command" before local WAL
Previous Message Andrew Dunstan 2018-07-31 12:23:55 Re: Allow auto_explain to log to NOTICE