Name: | ! |
OID: | 16480 |
Owner: | postgres |
Kind: | POSTFIX |
Left type: | int8 |
Right type: | |
Result type: | numeric |
Commutator: | |
Negator: | |
Join function: | |
Restrict function: | |
Left Sort operator: | |
Right Sort operator: | |
Less Than operator: | |
Greater Than Operator: | |
Supports hash: | |
Comment: |
CREATE OPERATOR ! (
PROCEDURE = numeric_fac,
LEFTARG = bigint
);
ALTER OPERATOR public.! (bigint, NONE) OWNER TO postgres;
See Also
List of operators