Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc62ce67f262cdcd253dc7f849ce3223 > files > 231

postgresql8.4-docs-8.4.12-0.1mdv2010.2.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Functions and Operators</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 8.4.12 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="The SQL Language"
HREF="sql.html"><LINK
REL="PREVIOUS"
TITLE="Pseudo-Types"
HREF="datatype-pseudo.html"><LINK
REL="NEXT"
TITLE="Logical Operators"
HREF="functions-logical.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2012-05-31T23:30:11"></HEAD
><BODY
CLASS="CHAPTER"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
>PostgreSQL 8.4.12 Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="datatype-pseudo.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="datatype.html"
>Fast Backward</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="typeconv.html"
>Fast Forward</A
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="functions-logical.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="FUNCTIONS"
></A
>Chapter 9. Functions and Operators</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>9.1. <A
HREF="functions-logical.html"
>Logical Operators</A
></DT
><DT
>9.2. <A
HREF="functions-comparison.html"
>Comparison Operators</A
></DT
><DT
>9.3. <A
HREF="functions-math.html"
>Mathematical Functions and Operators</A
></DT
><DT
>9.4. <A
HREF="functions-string.html"
>String Functions and Operators</A
></DT
><DT
>9.5. <A
HREF="functions-binarystring.html"
>Binary String Functions and Operators</A
></DT
><DT
>9.6. <A
HREF="functions-bitstring.html"
>Bit String Functions and Operators</A
></DT
><DT
>9.7. <A
HREF="functions-matching.html"
>Pattern Matching</A
></DT
><DD
><DL
><DT
>9.7.1. <A
HREF="functions-matching.html#FUNCTIONS-LIKE"
><CODE
CLASS="FUNCTION"
>LIKE</CODE
></A
></DT
><DT
>9.7.2. <A
HREF="functions-matching.html#FUNCTIONS-SIMILARTO-REGEXP"
><CODE
CLASS="FUNCTION"
>SIMILAR TO</CODE
> Regular Expressions</A
></DT
><DT
>9.7.3. <A
HREF="functions-matching.html#FUNCTIONS-POSIX-REGEXP"
><ACRONYM
CLASS="ACRONYM"
>POSIX</ACRONYM
> Regular Expressions</A
></DT
></DL
></DD
><DT
>9.8. <A
HREF="functions-formatting.html"
>Data Type Formatting Functions</A
></DT
><DT
>9.9. <A
HREF="functions-datetime.html"
>Date/Time Functions and Operators</A
></DT
><DD
><DL
><DT
>9.9.1. <A
HREF="functions-datetime.html#FUNCTIONS-DATETIME-EXTRACT"
><CODE
CLASS="FUNCTION"
>EXTRACT</CODE
>, <CODE
CLASS="FUNCTION"
>date_part</CODE
></A
></DT
><DT
>9.9.2. <A
HREF="functions-datetime.html#FUNCTIONS-DATETIME-TRUNC"
><CODE
CLASS="FUNCTION"
>date_trunc</CODE
></A
></DT
><DT
>9.9.3. <A
HREF="functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT"
><TT
CLASS="LITERAL"
>AT TIME ZONE</TT
></A
></DT
><DT
>9.9.4. <A
HREF="functions-datetime.html#FUNCTIONS-DATETIME-CURRENT"
>Current Date/Time</A
></DT
><DT
>9.9.5. <A
HREF="functions-datetime.html#FUNCTIONS-DATETIME-DELAY"
>Delaying Execution</A
></DT
></DL
></DD
><DT
>9.10. <A
HREF="functions-enum.html"
>Enum Support Functions</A
></DT
><DT
>9.11. <A
HREF="functions-geometry.html"
>Geometric Functions and Operators</A
></DT
><DT
>9.12. <A
HREF="functions-net.html"
>Network Address Functions and Operators</A
></DT
><DT
>9.13. <A
HREF="functions-textsearch.html"
>Text Search Functions and Operators</A
></DT
><DT
>9.14. <A
HREF="functions-xml.html"
>XML Functions</A
></DT
><DD
><DL
><DT
>9.14.1. <A
HREF="functions-xml.html#AEN14815"
>Producing XML Content</A
></DT
><DT
>9.14.2. <A
HREF="functions-xml.html#FUNCTIONS-XML-PROCESSING"
>Processing XML</A
></DT
><DT
>9.14.3. <A
HREF="functions-xml.html#FUNCTIONS-XML-MAPPING"
>Mapping Tables to XML</A
></DT
></DL
></DD
><DT
>9.15. <A
HREF="functions-sequence.html"
>Sequence Manipulation Functions</A
></DT
><DT
>9.16. <A
HREF="functions-conditional.html"
>Conditional Expressions</A
></DT
><DD
><DL
><DT
>9.16.1. <A
HREF="functions-conditional.html#AEN15211"
><TT
CLASS="LITERAL"
>CASE</TT
></A
></DT
><DT
>9.16.2. <A
HREF="functions-conditional.html#AEN15263"
><TT
CLASS="LITERAL"
>COALESCE</TT
></A
></DT
><DT
>9.16.3. <A
HREF="functions-conditional.html#AEN15284"
><TT
CLASS="LITERAL"
>NULLIF</TT
></A
></DT
><DT
>9.16.4. <A
HREF="functions-conditional.html#AEN15304"
><TT
CLASS="LITERAL"
>GREATEST</TT
> and <TT
CLASS="LITERAL"
>LEAST</TT
></A
></DT
></DL
></DD
><DT
>9.17. <A
HREF="functions-array.html"
>Array Functions and Operators</A
></DT
><DT
>9.18. <A
HREF="functions-aggregate.html"
>Aggregate Functions</A
></DT
><DT
>9.19. <A
HREF="functions-window.html"
>Window Functions</A
></DT
><DT
>9.20. <A
HREF="functions-subquery.html"
>Subquery Expressions</A
></DT
><DD
><DL
><DT
>9.20.1. <A
HREF="functions-subquery.html#AEN16351"
><TT
CLASS="LITERAL"
>EXISTS</TT
></A
></DT
><DT
>9.20.2. <A
HREF="functions-subquery.html#AEN16375"
><TT
CLASS="LITERAL"
>IN</TT
></A
></DT
><DT
>9.20.3. <A
HREF="functions-subquery.html#AEN16400"
><TT
CLASS="LITERAL"
>NOT IN</TT
></A
></DT
><DT
>9.20.4. <A
HREF="functions-subquery.html#AEN16425"
><TT
CLASS="LITERAL"
>ANY</TT
>/<TT
CLASS="LITERAL"
>SOME</TT
></A
></DT
><DT
>9.20.5. <A
HREF="functions-subquery.html#AEN16466"
><TT
CLASS="LITERAL"
>ALL</TT
></A
></DT
><DT
>9.20.6. <A
HREF="functions-subquery.html#AEN16496"
>Row-wise Comparison</A
></DT
></DL
></DD
><DT
>9.21. <A
HREF="functions-comparisons.html"
>Row and Array Comparisons</A
></DT
><DD
><DL
><DT
>9.21.1. <A
HREF="functions-comparisons.html#AEN16533"
><TT
CLASS="LITERAL"
>IN</TT
></A
></DT
><DT
>9.21.2. <A
HREF="functions-comparisons.html#AEN16549"
><TT
CLASS="LITERAL"
>NOT IN</TT
></A
></DT
><DT
>9.21.3. <A
HREF="functions-comparisons.html#AEN16571"
><TT
CLASS="LITERAL"
>ANY</TT
>/<TT
CLASS="LITERAL"
>SOME</TT
> (array)</A
></DT
><DT
>9.21.4. <A
HREF="functions-comparisons.html#AEN16594"
><TT
CLASS="LITERAL"
>ALL</TT
> (array)</A
></DT
><DT
>9.21.5. <A
HREF="functions-comparisons.html#ROW-WISE-COMPARISON"
>Row-wise Comparison</A
></DT
></DL
></DD
><DT
>9.22. <A
HREF="functions-srf.html"
>Set Returning Functions</A
></DT
><DT
>9.23. <A
HREF="functions-info.html"
>System Information Functions</A
></DT
><DT
>9.24. <A
HREF="functions-admin.html"
>System Administration Functions</A
></DT
><DT
>9.25. <A
HREF="functions-trigger.html"
>Trigger Functions</A
></DT
></DL
></DIV
><A
NAME="AEN7221"
></A
><A
NAME="AEN7223"
></A
><P
>   <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> provides a large number of
   functions and operators for the built-in data types.  Users can also
   define their own functions and operators, as described in
   <A
HREF="server-programming.html"
>Part V</A
>.  The
   <SPAN
CLASS="APPLICATION"
>psql</SPAN
> commands <TT
CLASS="COMMAND"
>\df</TT
> and
   <TT
CLASS="COMMAND"
>\do</TT
> can be used to list all
   available functions and operators, respectively.
  </P
><P
>   If you are concerned about portability then note that most of
   the functions and operators described in this chapter, with the
   exception of the most trivial arithmetic and comparison operators
   and some explicitly marked functions, are not specified by the
   <ACRONYM
CLASS="ACRONYM"
>SQL</ACRONYM
> standard. Some of this extended functionality
   is present in other <ACRONYM
CLASS="ACRONYM"
>SQL</ACRONYM
> database management
   systems, and in many cases this functionality is compatible and
   consistent between the various implementations.  This chapter is also
   not exhaustive;  additional functions appear in relevant sections of 
   the manual.
  </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="datatype-pseudo.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="functions-logical.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Pseudo-Types</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="sql.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Logical Operators</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>