diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2010-10-13 20:05:16 +0300 | 
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2010-10-13 20:06:10 +0300 | 
| commit | ef76230c2719ab2f8809bc0d94389ebe41a6a249 (patch) | |
| tree | 909796aff770d8110e2084f585ad22206358a6fc | |
| parent | 67120d35e28b85bbb4d10f4568f6e3b85c8e0460 (diff) | |
Make title capitalization consistent with surroundings
| -rw-r--r-- | doc/src/sgml/ddl.sgml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index f56d939749f..86cf6ec8fc4 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -867,7 +867,7 @@ CREATE TABLE order_items (    </sect2>    <sect2 id="ddl-constraints-exclusion"> -   <title>Exclusion constraints</title> +   <title>Exclusion Constraints</title>     <indexterm>      <primary>exclusion constraint</primary>  | 
