doc: Fix copy-and-paste mistake
authorPeter Eisentraut <[email protected]>
Fri, 7 Jun 2024 06:02:15 +0000 (08:02 +0200)
committerPeter Eisentraut <[email protected]>
Fri, 7 Jun 2024 06:03:13 +0000 (08:03 +0200)
The wording from the "columns" view was copied to the "attributes"
view without the required adjustments.

doc/src/sgml/information_schema.sgml

index 8f1c64952ca144afe24eb82a95ad1a6d63a5eb30..d9f99d0c35104b0dfa40941bab50ebf087207857 100644 (file)
        <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