Re: [GENERAL] CREATE OPERATOR error - Mailing list pgsql-general

From ^chewie
Subject Re: [GENERAL] CREATE OPERATOR error
Date
Msg-id Pine.LNX.4.10.9911161532150.16841-100000@guinness.urw.org
Whole thread Raw
In response to CREATE OPERATOR error  (Brandon Ibach <bibach@infomansol.com>)
Responses Re: [GENERAL] CREATE OPERATOR error  (Brandon Ibach <bibach@infomansol.com>)
List pgsql-general
On Tue, 16 Nov 1999, Brandon Ibach wrote:

BI>    Can anybody explain what might be happening here?
BI>
BI> abc=> create operator =* ( leftarg = varchar, rightarg = varchar,
BI> abc->    procedure = vciceq, commutator = =* );
BI> ERROR:  parser: parse error at or near "varchar"
BI>
BI>    The function "vciceq" already exists, and works.  I've tried a
BI> number of variations on the above with different spacing, with no
BI> success.  Is there some syntax peculiarity I'm missing?  This is
BI> on PostgreSQL 6.5.2 on a Linux x86 system (RedHat 5.1, kernel
BI> 2.0.34).

Isn't the operator '=*' a reserved operator for a right outer join?

Chad


pgsql-general by date:

Previous
From: Christopher Petrilli
Date:
Subject: Problems installing on FreeBSD 3.3 (PG_VERSION/pg_user missing) 6.5.3
Next
From: "Oliver Elphick"
Date:
Subject: Re: [GENERAL] Debian PKG.