diff options
Diffstat (limited to 'src/interfaces/python/pgdb.py')
-rw-r--r-- | src/interfaces/python/pgdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/pgdb.py b/src/interfaces/python/pgdb.py index c9a8e47b895..7c6b89dfc30 100644 --- a/src/interfaces/python/pgdb.py +++ b/src/interfaces/python/pgdb.py @@ -415,7 +415,7 @@ MONEY = pgdbType('money') # this may be problematic as type are quite different ... I hope it won't hurt DATETIME = pgdbType( - 'abstime', 'reltime', 'tinterval', 'date', 'time', 'timespan', 'timestamp' + 'abstime', 'reltime', 'tinterval', 'date', 'time', 'timespan', 'timestamp', 'timestamptz', 'interval' ) # OIDs are used for everything (types, tables, BLOBs, rows, ...). This may cause |