interval * numeric operator - Mailing list pgsql-hackers

From Peter Eisentraut
Subject interval * numeric operator
Date
Msg-id 200711071650.56373.peter_e@gmx.net
Whole thread Raw
Responses Re: interval * numeric operator  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
There are interval * double precision operators (both ways) but none for 
interval * numeric.  Adding this would make sense since interval is now 
optionally stored as fixed-point internally.  Any objections to adding this 
in 8.4?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: A small rant about coding style for backend functions
Next
From: Tom Lane
Date:
Subject: Re: Weird type selection choice