diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-10-22 14:44:35 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-10-22 14:44:35 +0000 |
commit | 63aa49246662faca761a8962b3170110e04e823a (patch) | |
tree | ca3af47c028b7170a86284907d331894f3acc201 /doc/src | |
parent | 188c52497dc5027896ebd0bd306d14d2138fb5d6 (diff) | |
download | postgresql-63aa49246662faca761a8962b3170110e04e823a.tar.gz postgresql-63aa49246662faca761a8962b3170110e04e823a.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/rules.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index 51fae1dc554..45a1b14582a 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.43 2005/10/15 20:12:33 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.44 2005/10/22 14:44:35 alvherre Exp $ --> <chapter id="rules"> <title>The Rule System</title> @@ -553,7 +553,7 @@ SELECT shoelace.sl_name, shoelace.sl_avail, </para> <para> - No we want to write a query that finds out for which shoes currently in the store + Now we want to write a query that finds out for which shoes currently in the store we have the matching shoelaces (color and length) and where the total number of exactly matching pairs is greater or equal to two. |