aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-06-07 08:02:15 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-06-07 08:03:20 +0200
commit00071ef04ce08b8ac4168085c9d0fc3f685c825c (patch)
treef17d431a405732ae187f1267867c086e527566d0
parent5fe43d41db599bbe27e8cc75970c093e9c74fa37 (diff)
downloadpostgresql-00071ef04ce08b8ac4168085c9d0fc3f685c825c.tar.gz
postgresql-00071ef04ce08b8ac4168085c9d0fc3f685c825c.zip
doc: Fix copy-and-paste mistake
The wording from the "columns" view was copied to the "attributes" view without the required adjustments.
-rw-r--r--doc/src/sgml/information_schema.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 8f1c64952ca..d9f99d0c351 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