aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/context.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-09 09:27:26 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:43:37 +0200
commitafaf8788acb1a2b518fb36bf95c24fcfd568bc5f (patch)
tree3528680b814886fcee345affd0abb9126fa29b2e /odb/relational/pgsql/context.hxx
parentefbbb77c4a41da5b21302a385bbbb9fffb15e157 (diff)
Remove support for timezone types TIMETZ and TIMESTAMPTZ
Diffstat (limited to 'odb/relational/pgsql/context.hxx')
-rw-r--r--odb/relational/pgsql/context.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx
index 35951bc..468f73a 100644
--- a/odb/relational/pgsql/context.hxx
+++ b/odb/relational/pgsql/context.hxx
@@ -36,9 +36,7 @@ namespace relational
//
DATE,
TIME,
- TIMETZ,
TIMESTAMP,
- TIMESTAMPTZ,
// String and binary types.
//