aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-07 18:38:32 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 14:43:37 +0200
commit9ac28a137089fe70dbfcb8a81624e246346d5a1e (patch)
tree76f38304b36f71b7a712d6b477cedfdb954e5161 /odb/option-types.cxx
parent932cd7a53b3996468fee5cfa63c2b2998dbe971a (diff)
Make compiler pgsql aware
Diffstat (limited to 'odb/option-types.cxx')
-rw-r--r--odb/option-types.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/option-types.cxx b/odb/option-types.cxx
index dcac104..849ade7 100644
--- a/odb/option-types.cxx
+++ b/odb/option-types.cxx
@@ -17,6 +17,7 @@ using namespace std;
static const char* database_[] =
{
"mysql",
+ "pgsql",
"sqlite",
"tracer"
};