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 86a4e04..d63b572
*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 1567,1573 ****
<para>
The range data type records a lower and upper bound, and supports
! comparisons like contains, overlaps, and intersection.
</para>
</listitem>
--- 1567,1573 ----
<para>
The range data type records a lower and upper bound, and supports
! operations like contains, overlaps, and intersection.
</para>
</listitem>
***************
*** 1659,1665 ****
<listitem>
<para>
! Allow a user to cancel queries in other owned sessions using <link
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
(Magnus Hagander)
</para>
--- 1659,1665 ----
<listitem>
<para>
! Allow users to cancel queries in user-matching sessions using <link
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
(Magnus Hagander)
</para>
***************
*** 1730,1737 ****
<listitem>
<para>
! Change default names of triggers to fire action triggers before
! check triggers (Tom Lane)
</para>
<para>
--- 1730,1737 ----
<listitem>
<para>
! Change default names of triggers to fire "action" triggers before
! "check" triggers (Tom Lane)
</para>
<para>
***************
*** 2229,2235 ****
<listitem>
<para>
In <application>psql</> tab completion,
! complete <acronym>SQL</acronym> key words based on
<varname>COMP_KEYWORD_CASE</> setting and the perhaps case of
the partially-supplied word (Peter Eisentraut, Fujii Masao)
</para>
--- 2229,2235 ----
<listitem>
<para>
In <application>psql</> tab completion,
! complete <acronym>SQL</acronym> keywords based on
<varname>COMP_KEYWORD_CASE</> setting and the perhaps case of
the partially-supplied word (Peter Eisentraut, Fujii Masao)
</para>