diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-05 23:37:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-05 23:37:42 -0400 |
commit | 25f4fe4e461072a0371dc6d6cedbf08a04477fcd (patch) | |
tree | 6deb372bbf0631065dee178de378821d7a0ce737 | |
parent | f8c81c5dde23a0be553e95728ffc11e76602fd24 (diff) | |
download | postgresql-25f4fe4e461072a0371dc6d6cedbf08a04477fcd.tar.gz postgresql-25f4fe4e461072a0371dc6d6cedbf08a04477fcd.zip |
Fix typo in information_schema documentation.
Shigeru Hanada
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index df806a3c853..ddbc56c6e46 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -2167,7 +2167,7 @@ <entry><literal>collation_name</literal></entry> <entry><type>sql_identifier</type></entry> <entry> - Name of the collation of the column, null if default or the + Name of the collation of the domain, null if default or the data type of the domain is not collatable </entry> </row> |