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-17.sgml | 11 | 0 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 5a741ff16f1..9dd3954f3c2 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1980,6 +1980,17 @@ The parameter is "min_rows". </para> </listitem> +<!-- +Author: Robert Haas <rhaas@postgresql.org> +2024-04-02 [cafe10565] Allow SIGINT to cancel psql database reconnections. +--> + +<listitem> +<para> +Allow psql connections to be canceled with control-C (Tristan Partin) +</para> +</listitem> + <!-- Author: Tom Lane <tgl@sss.pgh.pa.us> 2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu