Re: Howto turn an integer into an interval? - Mailing list pgsql-sql

From Pierre-Frédéric Caillaud
Subject Re: Howto turn an integer into an interval?
Date
Msg-id opsfedey2pcq72hf@musicbox
Whole thread Raw
In response to Howto turn an integer into an interval?  (Erik Wasser <erik.wasser@iquer.net>)
List pgsql-sql
try :
resend_interval * '1 seconds'::interval
this will convert your seconds into an interval.


pgsql-sql by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: Howto turn an integer into an interval?
Next
From: "C. Bensend"
Date:
Subject: Re: Stuffing six separate columns into a single array?