diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-12-07 22:37:08 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-12-07 22:37:08 +0000 |
commit | 288afd95a3e433ca6659eb8e35bc92df40498268 (patch) | |
tree | 55e64a67fb4d5aec2a129e9c0964b7374bbbcbf2 | |
parent | 289e6fd2a424bfdd30f3c60415ff2f86a21f0623 (diff) | |
download | postgresql-288afd95a3e433ca6659eb8e35bc92df40498268.tar.gz postgresql-288afd95a3e433ca6659eb8e35bc92df40498268.zip |
typo correction
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index a185d185495..e5ecc1ffe6b 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ <!-- Documentation of the system catalogs, directed toward PostgreSQL developers - $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.8 2000/11/29 20:15:58 petere Exp $ + $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.9 2000/12/07 22:37:08 petere Exp $ --> <chapter id="catalogs"> @@ -1321,7 +1321,7 @@ <entry>pg_operator.oid</entry> <entry> If this operator supports merge joins, the operator that sorts - the type of the left-hand operand + the type of the right-hand operand </entry> </row> |