CREATE OPERATOR error

From: Brandon Ibach <bibach(at)infomansol(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: CREATE OPERATOR error
Date: 1999-11-16 18:35:36
Message-ID: 19991116123536.B16386@unix.netstream.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can anybody explain what might be happening here?

abc=> create operator =* ( leftarg = varchar, rightarg = varchar,
abc-> procedure = vciceq, commutator = =* );
ERROR: parser: parse error at or near "varchar"

The function "vciceq" already exists, and works. I've tried a
number of variations on the above with different spacing, with no
success. Is there some syntax peculiarity I'm missing? This is on
PostgreSQL 6.5.2 on a Linux x86 system (RedHat 5.1, kernel 2.0.34).
TIA...

-Brandon :)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aaron J. Seigo 1999-11-16 18:54:23 Re: [GENERAL] Re: replication
Previous Message John Hyland 1999-11-16 17:53:21 create type question again