mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Correct results of usage examples.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.44 2000/12/17 05:55:26 tgl Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.45 2000/12/19 17:35:46 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="functions">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -248,7 +248,7 @@
|
|||||||
<entry><type>double precision</type></entry>
|
<entry><type>double precision</type></entry>
|
||||||
<entry>cube root</entry>
|
<entry>cube root</entry>
|
||||||
<entry>cbrt(27.0)</entry>
|
<entry>cbrt(27.0)</entry>
|
||||||
<entry>9.0</entry>
|
<entry>3.0</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -280,7 +280,7 @@
|
|||||||
<entry><type>numeric</type></entry>
|
<entry><type>numeric</type></entry>
|
||||||
<entry>largest integer not greater than argument</entry>
|
<entry>largest integer not greater than argument</entry>
|
||||||
<entry>floor(-42.8)</entry>
|
<entry>floor(-42.8)</entry>
|
||||||
<entry>43</entry>
|
<entry>-43</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
Reference in New Issue
Block a user