diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-16 16:03:24 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-16 16:03:24 +0000 |
commit | ce701c1e731033aeda23ff9f686e7a84d36eac2b (patch) | |
tree | 4f810d406df692308d654e8defccf8bf55865155 | |
parent | a383c55a1d8bfab3d5840ae522c1d0bb07f2fb1f (diff) | |
download | postgresql-ce701c1e731033aeda23ff9f686e7a84d36eac2b.tar.gz postgresql-ce701c1e731033aeda23ff9f686e7a84d36eac2b.zip |
Fix typo in math function docs, spotted by Heikki.
-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 bf31ee53115..f85d15a862d 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.508 2010/03/15 19:03:31 sriggs Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.509 2010/03/16 16:03:24 sriggs Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -945,7 +945,7 @@ <table id="functions-math-trig-table"> <title>Trigonometric Functions</title> - <tgroup cols="3"> + <tgroup cols="2"> <thead> <row> <entry>Function</entry> |