Commit ee5764be authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Minor markup fixes.

parent cb7dad17
......@@ -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>
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment