| PostgreSQL Reference Manual - Volume 1 - SQL Language Reference by The PostgreSQL Global Development Group Paperback (6"x9"), 716 pages ISBN 0954612027 RRP £32.00 ($49.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
2.2.5 Operator Invocations
There are three possible syntaxes for an operator invocation:
- expression operator expression (binary infix operator)
- operator expression (unary prefix operator)
- expression operator (unary postfix operator)
where the operator token follows the syntax
rules of section 2.1.3 Operators, or is one of the
key words AND, OR, and
NOT, or is a qualified operator name in the form
OPERATOR(schema.operatorname)
Which particular operators exist and whether they are unary or binary depends on what operators have been defined by the system or the user. section 7 Functions and Operators describes the built-in operators.
| ISBN 0954612027 | PostgreSQL Reference Manual - Volume 1 - SQL Language Reference | See the print edition |