in reply to Implementing named infix operators with parser hook?
CREATE OPERATOR name ( PROCEDURE = function_name [, LEFTARG = left_type ] [, RIGHTARG = right_type ] [, COMMUTATOR = com_op ] [, NEGATOR = neg_op ] [, RESTRICT = res_proc ] [, JOIN = join_proc ] [, HASHES ] [, MERGES ] )
One world, one people
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Implementing named infix operators with parser hook?
by LanX (Saint) on Aug 17, 2018 at 12:21 UTC |