From 00eab4e6eca4227b1ecd2c6f502eedad41c3af96 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 28 Apr 2011 11:21:37 +0200 Subject: Add libodb-pgsql infrastructure files --- odb/pgsql/dummy.cxx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 odb/pgsql/dummy.cxx (limited to 'odb/pgsql/dummy.cxx') diff --git a/odb/pgsql/dummy.cxx b/odb/pgsql/dummy.cxx new file mode 100644 index 0000000..2fbc6c8 --- /dev/null +++ b/odb/pgsql/dummy.cxx @@ -0,0 +1,6 @@ +#include + +PGconn* dummy () +{ + return PQconnectdb ("connection info"); +} -- cgit v1.1