From 25f4fe4e461072a0371dc6d6cedbf08a04477fcd Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Wed, 5 Sep 2012 23:37:42 -0400 Subject: [PATCH] Fix typo in information_schema documentation. Shigeru Hanada --- doc/src/sgml/information_schema.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab