aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/set_constraints.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
commit2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch)
tree8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/ref/set_constraints.sgml
parent3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff)
downloadpostgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.tar.gz
postgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.zip
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/set_constraints.sgml')
-rw-r--r--doc/src/sgml/ref/set_constraints.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml
index 2a5f3ea8eac..dda66538095 100644
--- a/doc/src/sgml/ref/set_constraints.sgml
+++ b/doc/src/sgml/ref/set_constraints.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.7 2003/08/31 17:32:24 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.8 2003/09/11 21:42:20 momjian Exp $ -->
<refentry id="SQL-SET-CONSTRAINTS">
<refmeta>
<refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle>
@@ -77,8 +77,9 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">constraint</replaceable>
<para>
This command complies with the behavior defined in the SQL
- standard, except for the limitation that, in PostgreSQL, it only
- applies to foreign-key constraints.
+ standard, except for the limitation that, in
+ <productname>PostgreSQL</productname>, it only applies to
+ foreign-key constraints.
</para>
</refsect1>
</refentry>