exp(x) vs :

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: exp(x) vs :
Date: 2000-07-07 16:16:10
Message-ID: 0007071223060A.01354@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


SELECT : 1; -- returns e
Works, but gives a NOTICE that the : operator is depreciated and that
exp(x) should be used instead.

SELECT exp(1);
Gets ERROR: exp(INT4) does not exist.

SELECT exp(1.0);
Works fine of course.

Just seems strange that a depreciated operator actually works smoother.

--
Robert

Browse pgsql-bugs by date

  From Date Subject
Next Message Matías Giovannini 2000-07-07 16:16:27 Link fails on PPC
Previous Message Tom Lane 2000-07-07 15:45:14 Re: Bug??: getattproperties fails !!