[DOCS] typo in information_schema.sgml

2012-09-05 Thread Shigeru HANADA
I noticed a typo in the description of the column domains.collation_name.

> Name of the collation of the column, null if default ...

This view contains domain entries, so "Name of the collation of the
domain" would be correct.

-- 
Shigeru HANADA
diff --git a/doc/src/sgml/information_schema.sgml 
b/doc/src/sgml/information_schema.sgml
index df806a3..ddbc56c 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -2167,7 +2167,7 @@
   collation_name
   sql_identifier
   
-   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
   
  

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] typo in information_schema.sgml

2012-09-05 Thread Tom Lane
Shigeru HANADA  writes:
> I noticed a typo in the description of the column domains.collation_name.
>> Name of the collation of the column, null if default ...

> This view contains domain entries, so "Name of the collation of the
> domain" would be correct.

Committed, thanks!

regards, tom lane


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs