Improve self-referential foreign key example, per suggestion
from David Johnston.
Discussion: https://postgr.es/m/CAKFQuwZTke7+HUn4YUGqu2+gAPi4Cy18TXMrg_Z5nADkxfPNMw@mail.gmail.com
);
A top-level node would have NULL parent_id,
- but non-NULL parent_id entries would be
+ while non-NULL parent_id entries would be
constrained to reference valid rows of the table.