aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-05 17:12:10 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-05 17:12:10 -0400
commitb144edbf7d1714ec7471f47952ba88fa991ff79f (patch)
treeb257b0b8f65e6e572a20450a1ddfa7fbfd6a1cad
parentf45cbed4c5781b30e7f4c4a500649b75f06bb0c3 (diff)
downloadpostgresql-b144edbf7d1714ec7471f47952ba88fa991ff79f.tar.gz
postgresql-b144edbf7d1714ec7471f47952ba88fa991ff79f.zip
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
-rw-r--r--doc/src/sgml/advanced.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml
index f6c4627c3e0..d77312600f7 100644
--- a/doc/src/sgml/advanced.sgml
+++ b/doc/src/sgml/advanced.sgml
@@ -628,8 +628,9 @@ CREATE TABLE capitals (
<firstterm>parent</firstterm>, <classname>cities</classname>. The
type of the column <structfield>name</structfield> is
<type>text</type>, a native <productname>PostgreSQL</productname>
- type for variable length character strings. State capitals have
- an extra column, <structfield>state</structfield>, that shows their state. In
+ type for variable length character strings. The
+ <classname>capitals</classname> table has
+ an extra column, <structfield>state</structfield>, which shows their states. In
<productname>PostgreSQL</productname>, a table can inherit from
zero or more other tables.
</para>