Left operator automatic type conversion

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Left operator automatic type conversion
Date: 1998-04-02 17:06:35
Message-ID: 3523C59B.86AAD330@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-02 17:43:51 Re: [BUGS] General Bug Report: memory leak in postgres backend processes
Previous Message Maurice Gittens 1998-04-02 16:02:25 Re: [HACKERS] Everything leaks; How it mm suppose to work?