File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Original file line number Diff line number Diff line change @@ -628,8 +628,9 @@ CREATE TABLE capitals (
628
628
<firstterm>parent</firstterm>, <classname>cities</classname>. The
629
629
type of the column <structfield>name</structfield> is
630
630
<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
633
634
<productname>PostgreSQL</productname>, a table can inherit from
634
635
zero or more other tables.
635
636
</para>
You can’t perform that action at this time.
0 commit comments