From fa2fe79a6150b90dc1dbd0f418698d8f35fb7c72 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 22 Jun 2011 13:51:21 +0200 Subject: Enable context creation for PostgreSQL --- odb/generator.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'odb/generator.cxx') diff --git a/odb/generator.cxx b/odb/generator.cxx index 7040045..0064b5c 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -112,10 +112,7 @@ create_context (ostream& os, semantics::unit& unit, options const& ops) } case database::pgsql: { - // @@ Activate once PostgreSQL context has been implemented. - // - // r.reset (new relational::pgsql::context (os, unit, ops)); - + r.reset (new relational::pgsql::context (os, unit, ops)); break; } case database::sqlite: -- cgit v1.1