diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-07 15:43:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-07 15:43:47 +0000 |
commit | 627939c3379faaa6d9b62f20414687129a25f854 (patch) | |
tree | 46f9c8829b0af4bbceed35ab76e3addd45a1dc38 | |
parent | 3ac7d76096e31f06b8c485a3d03323071ac4bab2 (diff) | |
download | postgresql-627939c3379faaa6d9b62f20414687129a25f854.tar.gz postgresql-627939c3379faaa6d9b62f20414687129a25f854.zip |
Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d7179465033..8bd9d759ed6 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.347.2.6 2007/02/20 19:59:18 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.347.2.7 2007/04/07 15:43:47 momjian Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -280,7 +280,7 @@ the <acronym>CPU</acronym> cycles required to rewrite the first one into the second one internally. <indexterm> - <primary>BETWEEN SYMETRIC</primary> + <primary>BETWEEN SYMMETRIC</primary> </indexterm> <token>BETWEEN SYMMETRIC</> is the same as <literal>BETWEEN</> except there is no requirement that the argument to the left of <literal>AND</> be less than |