aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/install.sgml3
-rw-r--r--doc/src/sgml/rules.sgml3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml
index d4d18ab92e6..206ba7085fc 100644
--- a/doc/src/sgml/install.sgml
+++ b/doc/src/sgml/install.sgml
@@ -30,7 +30,8 @@
</ListItem>
<ListItem>
<Para>
- User <literal>postgres</literal> is the <ProductName>Postgres</ProductName> superuser.
+ User <literal>postgres</literal> is the
+ <ProductName>Postgres</ProductName> superuser.
</Para>
</ListItem>
<ListItem>
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml
index 007b4dff1c8..2431ffd697a 100644
--- a/doc/src/sgml/rules.sgml
+++ b/doc/src/sgml/rules.sgml
@@ -1671,7 +1671,8 @@
UPDATE shoelace_data SET
sl_avail = shoelace_data.sl_avail + shoelace_arrive.arr_quant
- FROM shoelace_arrive shoelace_arrive, shoelace_data shoelace_data,
+ FROM shoelace_arrive shoelace_arrive,
+ shoelace_data shoelace_data,
shoelace_data s
WHERE s.sl_name = shoelace_arrive.sl_name
AND shoelace_data.sl_name = s.sl_name;