mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
doc: Fix copy-and-paste mistake
The wording from the "columns" view was copied to the "attributes" view without the required adjustments.
This commit is contained in:
@ -560,8 +560,8 @@
|
|||||||
<entry><literal>dtd_identifier</literal></entry>
|
<entry><literal>dtd_identifier</literal></entry>
|
||||||
<entry><type>sql_identifier</type></entry>
|
<entry><type>sql_identifier</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
An identifier of the data type descriptor of the column, unique
|
An identifier of the data type descriptor of the attribute, unique
|
||||||
among the data type descriptors pertaining to the table. This
|
among the data type descriptors pertaining to the composite type. This
|
||||||
is mainly useful for joining with other instances of such
|
is mainly useful for joining with other instances of such
|
||||||
identifiers. (The specific format of the identifier is not
|
identifiers. (The specific format of the identifier is not
|
||||||
defined and not guaranteed to remain the same in future
|
defined and not guaranteed to remain the same in future
|
||||||
|
Reference in New Issue
Block a user