mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
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
This commit is contained in:
parent
9bf2aeea8e
commit
1ed7b43319
@ -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</>, that shows their state. In
|
||||
type for variable length character strings. The
|
||||
<classname>capitals</> table has
|
||||
an extra column, <structfield>state</>, which shows their states. In
|
||||
<productname>PostgreSQL</productname>, a table can inherit from
|
||||
zero or more other tables.
|
||||
</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user