From 77bbae6038d20576a4807ed8ca834685a1e85afa Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 3 May 2011 12:26:33 +0200 Subject: Add pgsql database implementation --- odb/pgsql/dummy.cxx | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 odb/pgsql/dummy.cxx (limited to 'odb/pgsql/dummy.cxx') diff --git a/odb/pgsql/dummy.cxx b/odb/pgsql/dummy.cxx deleted file mode 100644 index 2fbc6c8..0000000 --- a/odb/pgsql/dummy.cxx +++ /dev/null @@ -1,6 +0,0 @@ -#include - -PGconn* dummy () -{ - return PQconnectdb ("connection info"); -} -- cgit v1.1