Postgres uses TIMESTAMPTZ not DATETIME.
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 7 Apr 2012 00:22:19 +0000 (20:22 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 7 Apr 2012 00:22:19 +0000 (20:22 -0400)
Change-Id: I2cabf801b4e7f0e382fe96f889d95c38fc1e88e3

maintenance/tables.sql

index 66a1845..a848bf5 100644 (file)
@@ -25,7 +25,7 @@
 -- in early 2002 after a lot of trouble with the fields
 -- auto-updating.
 --
--- The Postgres backend uses DATETIME fields for timestamps,
+-- The Postgres backend uses TIMESTAMPTZ fields for timestamps,
 -- and we will migrate the MySQL definitions at some point as
 -- well.
 --