diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-09-03 12:57:50 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-09-03 12:57:50 +0000 |
commit | 89a1ea420733335ff151a481e88ea5ca076282fc (patch) | |
tree | 12ea8426f4ab36cde1263512e52662c2d813bd36 /doc/src/sgml/ref/set_constraints.sgml | |
parent | 69c52c8e5b92a6f7713199d749f76b62c87ed604 (diff) | |
download | postgresql-89a1ea420733335ff151a481e88ea5ca076282fc.tar.gz postgresql-89a1ea420733335ff151a481e88ea5ca076282fc.zip |
Put some kind of grammatical uniformity in the <refpurpose> lines.
Diffstat (limited to 'doc/src/sgml/ref/set_constraints.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_constraints.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml index af8bfcb60ec..be0a9eb8fbb 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.2 2000/07/14 15:27:14 thomas Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.3 2001/09/03 12:57:50 petere Exp $ --> <refentry id="SQL-SET-CONSTRAINTS"> <refmeta> <refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle> @@ -6,7 +6,7 @@ </refmeta> <refnamediv> <refname>SET CONSTRAINTS</refname> - <refpurpose>Set the constraint mode of the current SQL-transaction</refpurpose> + <refpurpose>set the constraint mode of the current transaction</refpurpose> </refnamediv> <refsynopsisdiv> <refsynopsisdivinfo> |