Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA15547; Thu, 18 Jun 92 12:55:01 -0700
Date: Thu, 18 Jun 92 12:55:01 -0700
Message-Id: <9206181955.AA15547@postgres.Berkeley.EDU>
From: mstacy@mayo.EDU (Mahlon Stacy  4-4558)
Subject: remove operator fails
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


I have created an operator,

define operator = (arg1 = _char, arg2 = _char, commutator = "=", negator = "!=",
procedure = sequal)

When I wish to remove this, I get the following:

* remove operator = (_char,_char) \g

Query sent to backend is "remove operator = (_char,_char) "
Error: No response from the backend, exiting...

Is there a workaround?

	-Mahlon
-------------------------------------------------------------
Mahlon Stacy                   Internet:   mcs@mayo.edu
Mayo Foundation                Amateur:    KF0AW
Rochester, MN 55905            Medical Science Bldg 1-29
(507) 284-4558                 FAX (507) 284-1428
-------------------------------------------------------------
