Re: Special Date/Time Inputs

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Special Date/Time Inputs
Date: 2003-02-17 12:17:00
Message-ID: 3E50D2BC.2010100@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

A.Bhuvaneswaran wrote:
> On Mon, 17 Feb 2003, Tomasz Myrta wrote:
>
>
>>Hi
>>How do you use Special Date/Time Inputs described in Table 5.14
>>(Postgresql documentation)?
>>It looks like only now() works. When I try to select epoch() I get
>>error, that such function doesn't exist.
>>
>
>
> Try,
>
> http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=functions-datetime.html
>
> regards,
> bhuvaneswaran

I know this already - it works fine.
I was talking about epoch() which should be equivalent of
'1970-1-1'::timestamp

Regards,
Tomasz Myrta

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-02-17 12:19:04 Re: Special Date/Time Inputs
Previous Message A.Bhuvaneswaran 2003-02-17 12:12:04 Re: Special Date/Time Inputs