Minor markup fixes.
This commit is contained in:
parent
cb7dad1731
commit
ee5764beff
@ -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 @@
|
|||||||
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user