default localtimestamp at time zone
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2010-12-16T16:08:22Z
Lists: pgsql-hackers
Attachments
- default-localtimestamp-at-time-zone.patch (text/x-patch) patch
Oddly, this doesn't work: create table test (x timestamp default localtimestamp at time zone 'UTC'); ERROR: 42601: syntax error at or near "at" (Parentheses help.) The attached patch fixes it. Is there any reason for this omission? (The patch also works in past releases, so it was not obviously a parser problem.)