Re: How to clone CURRENT_DATE to SYSDATE ?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Emanuel Araújo <eacshm(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to clone CURRENT_DATE to SYSDATE ?
Date: 2014-09-24 19:43:51
Message-ID: 54231EF7.2000100@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/24/2014 07:39 AM, Emanuel Araújo wrote:
> Hi,
>
> I need to clone function CURRENT_DATE to SYSDATE in my PostgreSQL.
>
> Does anybody know how to do that it ?

Not sure what you want?

A clone is an exact replica so cloning CURRENT_DATE would create another
CURRENT_DATE. My guess is that this not what you want.

So do you want to create SYSDATE in Postgres?

If so, look at this thread for the issues:

http://www.postgresql.org/message-id/1409288790481-5816851.post@n5.nabble.com

>
>
> --
> *Atenciosamente,
>
> Emanuel Araújo*
> */Linux Certified, DBA PostgreSQL
> /*

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Dodd 2014-09-24 19:55:05 Re: Transaction completion timing
Previous Message John R Pierce 2014-09-24 19:11:43 Re: JSONB spaces in text presentation