[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

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!