mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Doc: Improve wording of multiple places in documentation
This has been found during its translation. Author: Liudmila Mantrova Discussion: https://postgr.es/m/CAEkD-mDJHV3bhgezu3MUafJLoAKsOOT86+wHukKU8_NeiJYhLQ@mail.gmail.com Backpatch-through: 12
This commit is contained in:
@ -2239,9 +2239,9 @@ CREATE TABLE cities_partdef
|
||||
Typed tables implement a subset of the SQL standard. According to
|
||||
the standard, a typed table has columns corresponding to the
|
||||
underlying composite type as well as one other column that is
|
||||
the <quote>self-referencing column</quote>. PostgreSQL does not
|
||||
support these self-referencing columns explicitly, but the same
|
||||
effect can be had using the OID feature.
|
||||
the <quote>self-referencing column</quote>.
|
||||
<productname>PostgreSQL</productname> does not support self-referencing
|
||||
columns explicitly.
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
|
Reference in New Issue
Block a user