File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 30
30
</ListItem>
31
31
<ListItem>
32
32
<Para>
33
- User <literal>postgres</literal> is the <ProductName>Postgres</ProductName> superuser.
33
+ User <literal>postgres</literal> is the
34
+ <ProductName>Postgres</ProductName> superuser.
34
35
</Para>
35
36
</ListItem>
36
37
<ListItem>
Original file line number Diff line number Diff line change 1671
1671
1672
1672
UPDATE shoelace_data SET
1673
1673
sl_avail = shoelace_data.sl_avail + shoelace_arrive.arr_quant
1674
- FROM shoelace_arrive shoelace_arrive, shoelace_data shoelace_data,
1674
+ FROM shoelace_arrive shoelace_arrive,
1675
+ shoelace_data shoelace_data,
1675
1676
shoelace_data s
1676
1677
WHERE s.sl_name = shoelace_arrive.sl_name
1677
1678
AND shoelace_data.sl_name = s.sl_name;
You can’t perform that action at this time.
0 commit comments