Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T9SvD-0007ig-Ew for pgsql-docs@postgresql.org; Thu, 06 Sep 2012 03:38:27 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T9Sv9-0004Ry-Uc for pgsql-docs@postgresql.org; Thu, 06 Sep 2012 03:38:27 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.5/8.14.5) with ESMTP id q863cMCD029444; Wed, 5 Sep 2012 23:38:22 -0400 (EDT) From: Tom Lane To: Shigeru HANADA cc: pgsql-docs@postgresql.org Subject: Re: typo in information_schema.sgml In-reply-to: <50472EFF.7000709@gmail.com> References: <50472EFF.7000709@gmail.com> Comments: In-reply-to Shigeru HANADA message dated "Wed, 05 Sep 2012 19:52:47 +0900" Date: Wed, 05 Sep 2012 23:38:22 -0400 Message-ID: <29443.1346902702@sss.pgh.pa.us> X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201209/3 X-Sequence-Number: 7455 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