pg_restore_comma.patch
text/x-patch
Filename: pg_restore_comma.patch
Type: text/x-patch
Part: 0
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_restore.sgml | 3 | 3 |
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
index b276da6..e3520c0 100644
--- a/doc/src/sgml/ref/pg_restore.sgml
+++ b/doc/src/sgml/ref/pg_restore.sgml
@@ -468,9 +468,9 @@
<para>
Presently, the commands emitted for
- <option>--disable-triggers</> must be done as superuser. So, you
- should also specify a superuser name with <option>-S</>, or
- preferably run <application>pg_restore</application> as a
+ <option>--disable-triggers</> must be done as superuser. So you
+ should also specify a superuser name with <option>-S</> or,
+ preferably, run <application>pg_restore</application> as a
<productname>PostgreSQL</> superuser.
</para>
</listitem>