diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml index 9ec389dda1b..1586021c2e7 100644 --- a/doc/src/sgml/advanced.sgml +++ b/doc/src/sgml/advanced.sgml @@ -629,8 +629,9 @@ CREATE TABLE capitals ( parent, cities. The type of the column name is text, a native PostgreSQL - type for variable length character strings. State capitals have - an extra column, state, that shows their state. In + type for variable length character strings. The + capitals table has + an extra column, state, which shows their states. In PostgreSQL, a table can inherit from zero or more other tables.