master.diff
text/x-diff
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-18.sgml | 2 | 1 |
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 2a52cef1c7c..a2b1921fbbb 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -469,7 +469,8 @@ Allow skip scans of btree indexes (Peter Geoghegan) </para> <para> -This is effective if the earlier non-referenced columns contain few unique values. +This allows muti-column btree indexes to be used by queries that only +reference the second or later indexed columns. </para> </listitem>