public inbox for [email protected]  
help / color / mirror / Atom feed
From: Shigeru HANADA <[email protected]>
To: [email protected]
Subject: typo in information_schema.sgml
Date: Wed, 05 Sep 2012 19:52:47 +0900
Message-ID: <[email protected]> (raw)

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 @@
       <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>


Attachments:

  [text/plain] fix_domains_view_typo.patch (563B, 2-fix_domains_view_typo.patch)
  download | inline diff:
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 @@
       <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>


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: typo in information_schema.sgml
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox