CREATE OPERATOR error - Mailing list pgsql-general

From Brandon Ibach
Subject CREATE OPERATOR error
Date
Msg-id 19991116123536.B16386@unix.netstream.net
Whole thread Raw
Responses Re: [GENERAL] CREATE OPERATOR error  (^chewie <chewie@wookimus.net>)
List 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 :)

pgsql-general by date:

Previous
From: John Hyland
Date:
Subject: create type question again
Next
From: "Aaron J. Seigo"
Date:
Subject: Re: [GENERAL] Re: replication