On Fri, Oct 22, 2010 at 3:20 PM, Brendan Jurd <[email protected]> wrote: > On 23 October 2010 06:15, Josh Berkus <[email protected]> wrote: >> a) you'd need to rename these. > > I'm open to that. What names would you propose? > >> b) we'd also want the inverse of these, which would be extremely useful. > > Not a problem.
Ooh, I like it. A related personal pet peeve of mine: AFAIK the easiest way to convert from an integer number of seconds to an interval representing that many seconds is: (the_int || ' s')::interval I guess we don't want to get too carried away with this, but has anyone else gotten annoyed by this? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
