Thread: Left operator automatic type conversion

Left operator automatic type conversion

From
"Thomas G. Lockhart"
Date:
First success at automatic conversions for left-hand operators. Still
need right-hand and binary operators but it looks hopeful...

tgl=> select |/ 2;
---------------
1.4142135623731
(1 row)

                      - Tom