~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/syntax.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614095329-kerawur7tb6p8s71
Tags: 9.1~beta2-1
* New upstream beta release.
* Drop 03-cmsgcred-size.patch, fixed upstream.
* debian/postgresql-9.1.install: Install new pg_basebackup translations.
* debian/control: Fix the server-dev dependency to p-common to also work for
  backports.
* debian/watch: Fix for beta versions.
* debian/copyright: Add pointers to GPL and Artistic licenses for the Perl
  terms.
* debian/postgresql-9.1.preinst: Fail the package upgrade early when
  upgrading from beta-1, as the DB format changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
972
972
  </sect2>
973
973
 
974
974
  <sect2 id="sql-precedence">
975
 
   <title>Lexical Precedence</title>
 
975
   <title>Operator Precedence</title>
976
976
 
977
977
   <indexterm zone="sql-precedence">
978
978
    <primary>operator</primary>
1039
1039
      </row>
1040
1040
 
1041
1041
      <row>
1042
 
       <entry><token>-</token></entry>
 
1042
       <entry><token>+</token> <token>-</token></entry>
1043
1043
       <entry>right</entry>
1044
 
       <entry>unary minus</entry>
 
1044
       <entry>unary plus, unary minus</entry>
1045
1045
      </row>
1046
1046
 
1047
1047
      <row>
1065
1065
      <row>
1066
1066
       <entry><token>IS</token></entry>
1067
1067
       <entry></entry>
1068
 
       <entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS UNKNOWN</>, <literal>IS NULL</></entry>
 
1068
       <entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS NULL</>, etc</entry>
1069
1069
      </row>
1070
1070
 
1071
1071
      <row>