[PATCH] Optional OR REPLACE in CREATE OPERATOR statement - Mailing list pgsql-hackers

From Svetlana Derevyanko
Subject [PATCH] Optional OR REPLACE in CREATE OPERATOR statement
Date
Msg-id 1657010423.184452823@f275.i.mail.ru
Whole thread Raw
Responses Re: [PATCH] Optional OR REPLACE in CREATE OPERATOR statement
List pgsql-hackers
 
Hello hackers,
 
It seems useful to have [OR REPLACE] option in CREATE OPERATOR statement, as in CREATE FUNCTION. This option may be good for writing extension update scripts, to avoid errors with re-creating the same operator.
 
Because of cached query plans, only RESTRICT and JOIN options can be changed for existing operator, as in ALTER OPERATOR statement.
 
The attached patch will be proposed for September CF.
 
Best regards,
--
Svetlana Derevyanko
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: making relfilenodes 56 bits
Next
From: Peter Smith
Date:
Subject: Re: logical replication restrictions