Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c38cadc

Browse files
committed
Doc: trivial wording adjustment.
Improve self-referential foreign key example, per suggestion from David Johnston. Discussion: https://postgr.es/m/CAKFQuwZTke7+HUn4YUGqu2+gAPi4Cy18TXMrg_Z5nADkxfPNMw@mail.gmail.com
1 parent 448b02c commit c38cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ CREATE TABLE tree (
956956
);
957957
</programlisting>
958958
A top-level node would have NULL <structfield>parent_id</structfield>,
959-
but non-NULL <structfield>parent_id</structfield> entries would be
959+
while non-NULL <structfield>parent_id</structfield> entries would be
960960
constrained to reference valid rows of the table.
961961
</para>
962962

0 commit comments

Comments
 (0)