aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-09-05 23:37:45 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-09-05 23:37:45 -0400
commit6acf90bc6e2bbd03a931d4edfa5fbe580df41515 (patch)
tree52c297fcd4a9d6d5018c18afe11247de920db051
parentbdf8f58397dc83618dccd8f85a46a02933a7f86f (diff)
downloadpostgresql-6acf90bc6e2bbd03a931d4edfa5fbe580df41515.tar.gz
postgresql-6acf90bc6e2bbd03a931d4edfa5fbe580df41515.zip
Fix typo in information_schema documentation.
Shigeru Hanada
-rw-r--r--doc/src/sgml/information_schema.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index df806a3c853..ddbc56c6e46 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>