From 788c23003f4c42d9114fa8e9881ccea870187da5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 7 Jun 2024 08:02:15 +0200 Subject: [PATCH] doc: Fix copy-and-paste mistake The wording from the "columns" view was copied to the "attributes" view without the required adjustments. --- doc/src/sgml/information_schema.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 84cdda4d2ea..c48443ffc1a 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -639,8 +639,8 @@ dtd_identifier sql_identifier - 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 -- 2.39.5