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 3030 </ListItem>
3131 <ListItem>
3232 <Para>
33- User <literal>postgres</literal> is the <ProductName>Postgres</ProductName> superuser.
33+ User <literal>postgres</literal> is the
34+ <ProductName>Postgres</ProductName> superuser.
3435 </Para>
3536 </ListItem>
3637 <ListItem>
Original file line number Diff line number Diff line change 16711671
16721672 UPDATE shoelace_data SET
16731673 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,
16751676 shoelace_data s
16761677 WHERE s.sl_name = shoelace_arrive.sl_name
16771678 AND shoelace_data.sl_name = s.sl_name;
You can’t perform that action at this time.
0 commit comments