doc: Fix copy-and-paste mistake
authorPeter Eisentraut
Fri, 7 Jun 2024 06:02:15 +0000 (08:02 +0200)
committerPeter Eisentraut
Fri, 7 Jun 2024 06:03:25 +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 84cdda4d2ea58d3c1da6e54c606d2aaf483b9a83..c48443ffc1ad460eaf7f55dccd984f53f4c83e02 100644 (file)
        dtd_identifier sql_identifier
       
       
-       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