| The PostgreSQL 9.0 Reference Manual - Volume 1A - SQL Language Reference
by The PostgreSQL Global Development Group Paperback (6"x9"), 454 pages ISBN 9781906966041 RRP £14.95 ($19.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 9781906966041 | The PostgreSQL 9.0 Reference Manual - Volume 1A - SQL Language Reference | See the print edition |