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:
@ -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
|
||||
|
Reference in New Issue
Block a user