1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add "xid <> xid" and "xid <> int4" operators.

The corresponding "=" operators have been there a long time, and not
having their negators is a bit of a nuisance.

Michael Paquier
This commit is contained in:
Tom Lane
2015-11-07 16:40:15 -05:00
parent 9042f58342
commit c5e86ea932
6 changed files with 24 additions and 3 deletions

View File

@ -641,6 +641,8 @@ uuid_eq(uuid,uuid)
uuid_ge(uuid,uuid)
uuid_gt(uuid,uuid)
uuid_ne(uuid,uuid)
xidneq(xid,xid)
xidneqint4(xid,integer)
-- restore normal output mode
\a\t
-- List of functions used by libpq's fe-lobj.c