doc_require_doc_v1.patch
application/octet-stream
Filename: doc_require_doc_v1.patch
Type: application/octet-stream
Part: 0
Message:
Re: 9.2rc1 build requirements
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
Series: patch v1
| File | + | − |
|---|---|---|
| doc/src/sgml/installation.sgml | 0 | 0 |
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
new file mode 100644
index c02ed87..2457fc5
*** a/doc/src/sgml/installation.sgml
--- b/doc/src/sgml/installation.sgml
*************** su - postgres
*** 280,285 ****
--- 280,293 ----
encryption using those services.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ To build the <productname>PostgreSQL</productname> documentation,
+ there is a separate set of requirements.
+ See <xref linkend="docguide-toolsets">.
+ </para>
+ </listitem>
</itemizedlist>
</para>