ALERT column

From: Rado Petrik <r(dot)p(at)szm(dot)sk>
To: PostgreSQL-mailinglist <pgsql-sql(at)postgresql(dot)org>
Subject: ALERT column
Date: 2003-04-29 09:14:25
Message-ID: 1051607665.777.12.camel@caj
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Hi ,

I have column dt_created type "timestamptz"

and I need set default value "now()" in exist database. No new !!

This example is not good .

ALTER TABLE user ALERT COLUMN dt_created SET DEFAULT=now();

Thanks.

Rado.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message rute solipa 2003-04-29 09:48:41 Re: help query
Previous Message Martin Brommer 2003-04-29 08:21:01 PERFORM / FOUND, what's up?