diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-06-07 08:02:15 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-06-07 08:02:15 +0200 |
commit | 4b8791743e0e2c7134ac915ad2aa01ecf6b6571e (patch) | |
tree | 31bfda4d097815a6e12adff58c20e24c472cc29c /doc/src | |
parent | 8ba34c698d19450ccae9a5aea59a6d0bc8b75c0e (diff) | |
download | postgresql-4b8791743e0e2c7134ac915ad2aa01ecf6b6571e.tar.gz postgresql-4b8791743e0e2c7134ac915ad2aa01ecf6b6571e.zip |
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.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 9e66be4e83d..9442b0718c0 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 |