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:02:15 +0000 (08:02 +0200)
The wording from the "columns" view was copied to the "attributes"
view without the required adjustments.

doc/src/sgml/information_schema.sgml

index 9e66be4e83d2f8eba25c0a82ddb9b95677a8b7ac..9442b0718c0946617fff06ec0e9db666e9ff60bf 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