Re: Function to convert bigint to date - Mailing list pgsql-novice

From Pradeepkumar, Pyatalo (IE10)
Subject Re: Function to convert bigint to date
Date
Msg-id 77ED2BF75D59D1439F90412CC5B10974139AD642@ie10-sahara.hiso.honeywell.com
Whole thread Raw
In response to Function to convert bigint to date  ("Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com>)
Responses Re: Function to convert bigint to date  (Steven Klassen <sklassen@commandprompt.com>)
List pgsql-novice
Hi,
But from the result I need to display only the date and not the time. Should
I use extract() function to get the day, month and year seperately and then
form the date format, or is there any other way to extract only the date
part from the timestamp.

Regs,
Pradeep




-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Steven Klassen
Sent: Thursday, October 21, 2004 9:48 PM
To: Pradeepkumar, Pyatalo (IE10)
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Function to convert bigint to date

* Pradeepkumar, Pyatalo (IE10) <Pradeepkumar.Pyatalo@honeywell.com>
[2004-10-21 07:47:21 -0700]:

> But how do I convert the BIGINT to the date format 'dd mm yyyy' a
> function similar to to_date(text,text)

This reply from Richard Huxton should do the trick:

http://archives.postgresql.org/pgsql-sql/2002-07/msg00397.php

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Replication
& Support Services, (503) 667-4564

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

pgsql-novice by date:

Previous
From: "cristivoinicaru"
Date:
Subject: sql interogation
Next
From: Steven Klassen
Date:
Subject: Re: sql interogation