From 9ac28a137089fe70dbfcb8a81624e246346d5a1e Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 7 Jun 2011 18:38:32 +0200 Subject: Make compiler pgsql aware --- odb/option-types.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/option-types.cxx') 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" }; -- cgit v1.1