Re: WIP: Enhanced ALTER OPERATOR - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: WIP: Enhanced ALTER OPERATOR
Date
Msg-id 20150520184037.GC5885@postgresql.org
Whole thread Raw
In response to Re: WIP: Enhanced ALTER OPERATOR  (Uriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Responses Re: WIP: Enhanced ALTER OPERATOR  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Uriy Zhuravlev wrote:

> And can you explain more about the syntax?

I think he means to treat COMMUTATOR etc like a generic element list,
i.e. don't define new keywords in kwlist.h/gram.y at all but rather pass
the names as strings (probably using a list of DefElem) and strcmp()
them in OperatorUpd() or something.

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



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: jsonb concatenate operator's semantics seem questionable
Next
From: Alvaro Herrera
Date:
Subject: Re: jsonb concatenate operator's semantics seem questionable