Search Postgresql Archives

Re: Dynamic update of a date field

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Musial, Jan (GIUB) <jan.musial@xxxxxxxxxxxxx> wrote:

> Dear all,
> 
> I have a question concerning default value/trigger function which
> supposed to update/fill field called time_stamp whenever a row is
> inserted. Let say that we have a table: CREATE TABLE dummy (year

you can use 'default now()' or an insert-trigger


> smallint,month smallint,day smallint,time_stamp date); I would like to

That's silly, use one (and only one) field, timestamp (or timestamptz)
Don't use never ever multiple columns for the same information!



Andreas
-- 
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux