mirror of https://github.com/postgres/postgres
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:
parent
8ba34c698d
commit
4b8791743e
|
@ -639,8 +639,8 @@
|
|||
<structfield>dtd_identifier</structfield> <type>sql_identifier</type>
|
||||
</para>
|
||||
<para>
|
||||
An identifier of the data type descriptor of the column, unique
|
||||
among the data type descriptors pertaining to the table. This
|
||||
An identifier of the data type descriptor of the attribute, unique
|
||||
among the data type descriptors pertaining to the composite type. This
|
||||
is mainly useful for joining with other instances of such
|
||||
identifiers. (The specific format of the identifier is not
|
||||
defined and not guaranteed to remain the same in future
|
||||
|
|
Loading…
Reference in New Issue