We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee066 commit 14ac047Copy full SHA for 14ac047
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.72 2001/09/20 14:20:26 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.73 2001/09/20 16:41:26 petere Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -640,6 +640,14 @@
640
<entry></entry>
641
</row>
642
-->
643
+ <row>
644
+ <entry><function>sign</function>(<type>numeric</type>)</entry>
645
+ <entry><type>numeric</type></entry>
646
+ <entry>sign of the argument (-1, 0, +1)</entry>
647
+ <entry><literal>sign(-8.4)</literal></entry>
648
+ <entry>-1</entry>
649
+ </row>
650
+
651
<row>
652
<entry><function>sqrt</function>(<type>dp</type>)</entry>
653
<entry><type>dp</type></entry>
0 commit comments