public inbox for [email protected]  
help / color / mirror / Atom feed
typo in information_schema.sgml
2+ messages / 2 participants
[nested] [flat]

* typo in information_schema.sgml
@ 2012-09-05 10:52 Shigeru HANADA <[email protected]>
  2012-09-06 03:38 ` Re: typo in information_schema.sgml Tom Lane <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Shigeru HANADA @ 2012-09-05 10:52 UTC (permalink / raw)
  To: pgsql-docs

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>


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: typo in information_schema.sgml
  2012-09-05 10:52 typo in information_schema.sgml Shigeru HANADA <[email protected]>
@ 2012-09-06 03:38 ` Tom Lane <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2012-09-06 03:38 UTC (permalink / raw)
  To: Shigeru HANADA <[email protected]>; +Cc: pgsql-docs

Shigeru HANADA <[email protected]> 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





^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2012-09-06 03:38 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 10:52 typo in information_schema.sgml Shigeru HANADA <[email protected]>
2012-09-06 03:38 ` Tom Lane <[email protected]>

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