Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a677535

Browse filesBrowse files
committed
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
1 parent 7a980df commit a677535
Copy full SHA for a677535

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎doc/src/sgml/advanced.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/advanced.sgml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,9 @@ CREATE TABLE capitals (
628628
<firstterm>parent</firstterm>, <classname>cities</classname>. The
629629
type of the column <structfield>name</structfield> is
630630
<type>text</type>, a native <productname>PostgreSQL</productname>
631-
type for variable length character strings. State capitals have
632-
an extra column, <structfield>state</structfield>, that shows their state. In
631+
type for variable length character strings. The
632+
<classname>capitals</classname> table has
633+
an extra column, <structfield>state</structfield>, which shows their states. In
633634
<productname>PostgreSQL</productname>, a table can inherit from
634635
zero or more other tables.
635636
</para>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.