Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix copy-and-paste mistake
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 7 Jun 2024 06:02:15 +0000 (08:02 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 7 Jun 2024 06:03:29 +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 36d9f25f1556631bfb192be1a25f50a9884aa3ab..bcce29d8a5c8939f537a6ab93600480d7d1bf5e3 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