Re: Timestamp with timezone with Default value - Mailing list pgsql-sql

From Jasmin Dizdarevic
Subject Re: Timestamp with timezone with Default value
Date
Msg-id [email protected]
Whole thread Raw
In response to Timestamp with timezone with Default value  ("Gianvito Pio" <[email protected]>)
List pgsql-sql
Hi,
 
i think:
create. ...(
 
  myCol timestamp with timezone default now()
)
 
i currently have no db to test it - but it should work.
 
jasmin
2009/7/18 Gianvito Pio <[email protected]>
Hi all,
how can I define a column of timestamp with timezone type...with a default value?
 
Thanks
 



--
Mit freundlichen Grüßen

Dizdarevic Jasmin
Sonnenbergstr. 3
6714 Nüziders, AUT

[email protected]
+43 664 411 79 29

pgsql-sql by date:

Previous
From: "Gianvito Pio"
Date:
Subject: Timestamp with timezone with Default value
Next
From: "Gianvito Pio"
Date:
Subject: Table inheritance problem