From b144edbf7d1714ec7471f47952ba88fa991ff79f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Aug 2020 17:12:10 -0400 Subject: [PATCH] doc: clarify "state" table reference in tutorial Reported-by: Vyacheslav Shablistyy Discussion: https://postgr.es/m/159586122762.680.1361378513036616007@wrigleys.postgresql.org Backpatch-through: 9.5 --- doc/src/sgml/advanced.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml index f6c4627c3e..d77312600f 100644 --- a/doc/src/sgml/advanced.sgml +++ b/doc/src/sgml/advanced.sgml @@ -628,8 +628,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.