pgctl-init.diff
text/x-patch
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/ref/pg_ctl-ref.sgml | 0 | 0 |
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 29bea24..0cc82cd 100644
*** a/doc/src/sgml/ref/pg_ctl-ref.sgml
--- b/doc/src/sgml/ref/pg_ctl-ref.sgml
*************** PostgreSQL documentation
*** 25,31 ****
<arg choice="plain">init[db]</arg>
<arg>-s</arg>
<arg>-D <replaceable>datadir</replaceable></arg>
! <arg>-o <replaceable>options</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
--- 25,31 ----
<arg choice="plain">init[db]</arg>
<arg>-s</arg>
<arg>-D <replaceable>datadir</replaceable></arg>
! <arg>-o <replaceable>init-options</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
*************** PostgreSQL documentation
*** 263,268 ****
--- 263,282 ----
</varlistentry>
<varlistentry>
+ <term><option>-o <replaceable class="parameter">init-options</replaceable></option></term>
+ <listitem>
+ <para>
+ Specifies options to be passed directly to the
+ <command>initdb</command> command.
+ </para>
+ <para>
+ The options are usually surrounded by single or double
+ quotes to ensure that they are passed through as a group.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
<listitem>
<para>