]> granicus.if.org Git - postgresql/commitdiff
The actual execution results are different from examples.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 31 Aug 2001 07:45:09 +0000 (07:45 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 31 Aug 2001 07:45:09 +0000 (07:45 +0000)
doc/src/sgml/func.sgml

index 4b318597952a1452ab85089a0779e506dbc06b2d..2c2daa11a022135856fd8075f132f5e1104dbc05 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.67 2001/08/31 07:30:05 ishii Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.68 2001/08/31 07:45:09 ishii Exp $ -->
 
 <chapter id="functions">
  <title>Functions and Operators</title>
       <entry> <literal>^</literal> </entry>
       <entry>Exponentiation</entry>
       <entry>2.0 ^ 3.0</entry>
-      <entry>8.0</entry>
+      <entry>8</entry>
      </row>
 
      <row>
       <entry> <literal>|/</literal> </entry>
       <entry>Square root</entry>
       <entry>|/ 25.0</entry>
-      <entry>5.0</entry>
+      <entry>5</entry>
      </row>
 
      <row>
       <entry> <literal>@</literal> </entry>
       <entry>Absolute value</entry>
       <entry>@ -5.0</entry>
-      <entry>5.0</entry>
+      <entry>5</entry>
      </row>
 
      <row>