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 | 1 | 5 |
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 3519ff87705..66cdeb67961 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -1113,7 +1113,7 @@ Make cancel request keys 256 bits (Heikki Linnakangas) </para> <para> -This is enabled when the libpq client and server are Postgres 18 or later. +This is only possible when the server and cliient support wire protocol version 3.2, introduced in this release. </para> </listitem> @@ -2146,10 +2146,6 @@ Author: Robert Haas <rhaas@postgresql.org> Add function PQfullProtocolVersion() to report the full, including minor, protocol version number (Jacob Champion, Jelte Fennema-Nio) <ulink url="&commit_baseurl;cdb6b0fdb">§</ulink> </para> - -<para> -This release introduces wire protocol version 3.2. -</para> </listitem> <!--