Because the type name is the shortened version and schema module receives the full type name from the DBMS an error is reported by schema module.
"timestamp" is short for "timestamp without time zone".
Patch follows.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 365996_200901291748+1100.patch | 617 bytes | webchick |
| #1 | 365996_200901291748+1100.patch | 617 bytes | sammys |
| #1 | 365996_200901291750+1100-D6.patch | 606 bytes | sammys |
Comments
Comment #1
sammys commentedPatches are attached. They are fairly trivial so pretty sure it won't take someone long to review it.
You'll find a reference to confirm the types are, in fact, named as i've claimed.
http://www.postgresql.org/docs/8.3/static/datatype-datetime.html#DATATYP...
Comment #3
sammys commentedPatch does actually work.
Comment #4
damien tournoud commentedI'm Damien Tournoud and I endorse this patch ;)
Comment #6
sammys commentedI'd like Gabor to look at it and mark it RTBC.
Comment #7
damien tournoud commentedThat patch is still good to go.
Comment #8
sun.
Comment #9
webchickRe-uploading. I can't commit something that testing bot doesn't like, and it looks like it was choking on this earlier.
Comment #10
webchickCommitted to HEAD. Thanks!
Looks like #1 still applies cleanly to D6.
Comment #11
gábor hojtsyCommitted to Drupal 6 too, thanks.