1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove the last traces of datatypes datetime and timespan.

This commit is contained in:
Tom Lane
2002-05-03 04:11:08 +00:00
parent 53cedcac22
commit 8338cc03a8
10 changed files with 15 additions and 28 deletions

View File

@ -3,7 +3,7 @@ DROP TABLE mdt;
CREATE TABLE mdt (
id int4,
idesc text,
moddate datetime DEFAULT datetime(CURRENT_TIMESTAMP) NOT NULL
moddate timestamp DEFAULT CURRENT_TIMESTAMP NOT NULL
);
CREATE TRIGGER mdt_moddatetime