From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Removing "Included attributes in B-tree indexes" section from docs |
Date: | 2018-06-15 18:08:25 |
Message-ID: | CAH2-WzmpU=L_6VjhhOAMfoyHLr-pZd1kDc+jpa3c3a8EOmtcXA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I propose removing the "Included attributes in B-tree indexes"
top-level section of chapter 63 from the user facing documentation.
Chapter 63 concerns B-Tree operator classes themselves, in the
abstract, so the fact that an operator class isn't needed for extra
covering index columns isn't appropriate. It seems sufficient to only
mention this once, in the CREATE INDEX docs.
Attached patch shows what I have in mind -- the total removal of this
top-level section.
--
Peter Geoghegan
Attachment | Content-Type | Size |
---|---|---|
0001-Remove-INCLUDE-attributes-section-from-docs.patch | text/x-patch | 1.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-06-15 18:28:34 | Re: Speedup of relation deletes during recovery |
Previous Message | Andres Freund | 2018-06-15 18:01:42 | Re: WAL prefetch |