release.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-9.2.sgml | 0 | 0 |
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
new file mode 100644
index f7d185b..9bf08d6
*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 335,341 ****
<para>
Rename <link
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link><structname>.procpid</>
! to <literal>pid</>, to match other system tables (Magnus Hagander)
</para>
</listitem>
--- 335,341 ----
<para>
Rename <link
linkend="monitoring-stats-views-table"><structname>pg_stat_activity</></link><structname>.procpid</>
! to <structname>pid</>, to match other system tables (Magnus Hagander)
</para>
</listitem>
***************
*** 347,354 ****
</para>
<para>
! The previous query values are preserved, allowing for enhanced
! analysis.
</para>
</listitem>
--- 347,361 ----
</para>
<para>
! The last query values are preserved, allowing for enhanced analysis.
! </para>
! </listitem>
!
! <listitem>
! <para>
! Rename <structname>pg_stat_activity.current_query</> to
! <structname>query</> because it is not cleared when the query
! completes (Magnus Hagander)
</para>
</listitem>