diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml new file mode 100644 index f6c4627..27b6d47 *** a/doc/src/sgml/advanced.sgml --- b/doc/src/sgml/advanced.sgml *************** CREATE TABLE capitals ( *** 628,635 **** 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 PostgreSQL, a table can inherit from zero or more other tables. --- 628,636 ---- parent, cities. The type of the column name is text, a native PostgreSQL ! 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.