| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Fix for documentation of Covering Indexes |
| Date: | 2018-04-11 08:20:20 |
| Message-ID: | 20180411082020.GD19732@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-hackers |
Hi all,
The documentation of covering indexes is incorrect for CREATE and ALTER
TABLE:
- ALTER TABLE's page is missing the call.
- Exclusion constraints can use INCLUDE clauses.
In order to simplify the documentation, please let me suggest the
attached which moves the definition of the INCLUDE clause into the
section index_parameters, which is compatible with what I read from the
parser.
Thanks,
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| covering-index-docs.patch | text/x-diff | 3.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2018-04-12 00:37:47 | authentication methods sections |
| Previous Message | Salvador Jacinto | 2018-04-10 14:24:27 | Re: SSL : client configuration |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2018-04-11 08:30:03 | Re: [HACKERS] PATCH: Keep one postmaster monitoring pipe per process |
| Previous Message | Michael Paquier | 2018-04-11 07:52:23 | Typos from Covering Index patch |