Left operator automatic type conversion - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Left operator automatic type conversion
Date
Msg-id 3523C59B.86AAD330@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: "Maurice Gittens"
Date:
Subject: Re: [HACKERS] Everything leaks; How it mm suppose to work?
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] General Bug Report: memory leak in postgres backend processes