Skip to content
Snippets Groups Projects
Commit ee5764be authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Minor markup fixes.

parent cb7dad17
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
</ListItem> </ListItem>
<ListItem> <ListItem>
<Para> <Para>
User <literal>postgres</literal> is the <ProductName>Postgres</ProductName> superuser. User <literal>postgres</literal> is the
<ProductName>Postgres</ProductName> superuser.
</Para> </Para>
</ListItem> </ListItem>
<ListItem> <ListItem>
......
...@@ -1671,7 +1671,8 @@ ...@@ -1671,7 +1671,8 @@
UPDATE shoelace_data SET UPDATE shoelace_data SET
sl_avail = shoelace_data.sl_avail + shoelace_arrive.arr_quant 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 shoelace_data s
WHERE s.sl_name = shoelace_arrive.sl_name WHERE s.sl_name = shoelace_arrive.sl_name
AND shoelace_data.sl_name = s.sl_name; AND shoelace_data.sl_name = s.sl_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment