Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43a36f commit d0aa57dCopy full SHA for d0aa57d
doc/src/sgml/advanced.sgml
@@ -628,8 +628,9 @@ CREATE TABLE capitals (
628
<firstterm>parent</firstterm>, <classname>cities</classname>. The
629
type of the column <structfield>name</structfield> is
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
+ type for variable length character strings. The
+ <classname>capitals</classname> table has
633
+ an extra column, <structfield>state</structfield>, which shows their states. In
634
<productname>PostgreSQL</productname>, a table can inherit from
635
zero or more other tables.
636
</para>
0 commit comments