On Thu, Jun 20, 2013 at 1:52 AM, Amit Langote <amitlangote09@gmail.com> wrote: > > Is it possible to: > > CREATE [ OR REPLACE | IF NOT EXISTS ] OPERATOR CLASS > > I am in a situation where I need to conditionally create an operator > class (that is, create only if already does not exist). > > [...] >
The intention is cover all "CREATE OPERATOR" variants. See my planning [1].