aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/database.hxx')
-rw-r--r--odb/pgsql/database.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index c8789ac..64bd792 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -44,8 +44,8 @@ namespace odb
database (const std::string& user,
const std::string& password,
const std::string& db,
- const std::string& host = "",
- const std::string& socket_ext = "",
+ const std::string& host,
+ const std::string& socket_ext,
const std::string& extra_conninfo = "",
details::transfer_ptr<connection_factory> =
details::transfer_ptr<connection_factory> ());