mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Rename contrib contains/contained-by operators to @> and <@, per discussion.
This commit is contained in:
@ -18,6 +18,10 @@ DROP FUNCTION gseg_compress(internal);
|
||||
|
||||
DROP FUNCTION gseg_consistent(internal,seg,int4);
|
||||
|
||||
DROP OPERATOR <@ (seg, seg);
|
||||
|
||||
DROP OPERATOR @> (seg, seg);
|
||||
|
||||
DROP OPERATOR ~ (seg, seg);
|
||||
|
||||
DROP OPERATOR @ (seg, seg);
|
||||
|
Reference in New Issue
Block a user