2015-01-19 14:30 GMT+01:00 Alvaro Herrera <alvhe...@2ndquadrant.com>:

> Pavel Stehule wrote:
>
> > It looks so quoting doesn't help here
> >
> > + CREATE OPERATOR "=>" (
> > +    leftarg = int8,<--><------>-- right unary
> > +    procedure = numeric_fac
> > + );
> > + ERROR:  syntax error at or near "("
> > + LINE 1: CREATE OPERATOR "=>" (
> > +                              ^
>
> Does it work to use OPERATOR(=>) syntax?  I don't think identifier
> quoting works for operators.
>

it doesn't work too



>
> --
> Álvaro Herrera                http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
>

Reply via email to