From: Peter Eisentraut <peter@eisentraut.org>
Date: Fri, 7 Jun 2024 06:02:15 +0000 (+0200)
Subject: doc: Fix copy-and-paste mistake
X-Git-Tag: REL_13_16~63
X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8d072feb9f6376b0a573f5d68df7dd944024c4b8;p=postgresql.git

doc: Fix copy-and-paste mistake

The wording from the "columns" view was copied to the "attributes"
view without the required adjustments.
---

diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 36d9f25f155..bcce29d8a5c 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -639,8 +639,8 @@
        <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