aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-02-07 19:27:25 +0000
committerBruce Momjian <bruce@momjian.us>2009-02-07 19:27:25 +0000
commit0c0d65203166ab5fe82cb7999bcfeae2c56141ee (patch)
tree80eb597f1a482552fee4d3e84026214eef4b427b
parente795b56322a1e61c94b025065e706e287f758407 (diff)
downloadpostgresql-0c0d65203166ab5fe82cb7999bcfeae2c56141ee.tar.gz
postgresql-0c0d65203166ab5fe82cb7999bcfeae2c56141ee.zip
Uppercase CHECK mention in relchecks documentation mention.
-rw-r--r--doc/src/sgml/catalogs.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 65cd7e823de..bcbf866fc86 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.195 2009/02/07 15:00:27 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.196 2009/02/07 19:27:25 momjian Exp $ -->
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
@@ -1738,7 +1738,7 @@
<entry><type>int2</type></entry>
<entry></entry>
<entry>
- Number of check constraints on the table; see
+ Number of <literal>CHECK</> constraints on the table; see
<link linkend="catalog-pg-constraint"><structname>pg_constraint</structname></link> catalog
</entry>
</row>