summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut2024-06-07 06:02:15 +0000
committerPeter Eisentraut2024-06-07 06:04:21 +0000
commit9c4ce2da10551ae9fd695bb62494294b4ee07f95 (patch)
treef326358098a24071a8ca6e6da89b397d30879c2a /doc/src
parent4208f44c9469fa6b105bbb1d1f7ee18b37472860 (diff)
doc: Fix copy-and-paste mistake
The wording from the "columns" view was copied to the "attributes" view without the required adjustments.
Diffstat (limited to 'doc/src')
-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