Re: timestamp to date and time column migration

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Bill Totman <totman(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: timestamp to date and time column migration
Date: 2007-07-29 20:20:22
Message-ID: 3C266204-07DE-4A49-AE88-614023C610EB@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Jul 29, 2007, at 13:39 , Bill Totman wrote:

> I created a table where I used a timestamp type column and after
> inserting
> about 300 entries into this table I would now rather have two separate
> columns for that data: one for just the date and the other for just
> the time.

Why? What problem are you trying to solve?

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bill Totman 2007-07-29 20:56:41 Re: timestamp to date and time column migration
Previous Message Bill Totman 2007-07-29 18:39:13 timestamp to date and time column migration