We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7dad1 commit ee5764bCopy full SHA for ee5764b
doc/src/sgml/install.sgml
@@ -30,7 +30,8 @@
30
</ListItem>
31
<ListItem>
32
<Para>
33
- User <literal>postgres</literal> is the <ProductName>Postgres</ProductName> superuser.
+ User <literal>postgres</literal> is the
34
+ <ProductName>Postgres</ProductName> superuser.
35
</Para>
36
37
doc/src/sgml/rules.sgml
@@ -1671,7 +1671,8 @@
1671
1672
UPDATE shoelace_data SET
1673
sl_avail = shoelace_data.sl_avail + shoelace_arrive.arr_quant
1674
- FROM shoelace_arrive shoelace_arrive, shoelace_data shoelace_data,
+ FROM shoelace_arrive shoelace_arrive,
1675
+ shoelace_data shoelace_data,
1676
shoelace_data s
1677
WHERE s.sl_name = shoelace_arrive.sl_name
1678
AND shoelace_data.sl_name = s.sl_name;
0 commit comments