mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 14:54:02 -05:00
Uppercase CHECK mention in relchecks documentation mention.
This commit is contained in:
parent
e795b56322
commit
0c0d652031
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue