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

doc/src/sgml/information_schema.sgml

index 4ad294063523eea69e7dfc52c2c5c7bbcad478b0..3d3a7d5710b36967953edcaa24dbf43d2b06f30e 100644 (file)
       <entry><literal>dtd_identifier</literal></entry>
       <entry><type>sql_identifier</type></entry>
       <entry>
-       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