summaryrefslogtreecommitdiff
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:04:21 +0200
commit9c4ce2da10551ae9fd695bb62494294b4ee07f95 (patch)
treef326358098a24071a8ca6e6da89b397d30879c2a
parent4208f44c9469fa6b105bbb1d1f7ee18b37472860 (diff)
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 4ad29406352..3d3a7d5710b 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -560,8 +560,8 @@
<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