summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2020-08-05 21:12:10 +0000
committerBruce Momjian2020-08-05 21:12:10 +0000
commita6775352476ac92d6b3eb3ae2dfd2775e3622afe (patch)
treeec4903109bd079710e4d94ceab3471b5fa15b5ad
parent7a980dfc6c15add6ec3309932cf3061bb6745f65 (diff)
doc: clarify "state" table reference in tutorial
Reported-by: Vyacheslav Shablistyy Discussion: https://postgr.es/m/[email protected] 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 f6c4627c3e..d77312600f 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>