aboutsummaryrefslogtreecommitdiff
path: root/pgsql/native/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/native/driver.cxx')
-rw-r--r--pgsql/native/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql/native/driver.cxx b/pgsql/native/driver.cxx
index 10bf92d..94bda60 100644
--- a/pgsql/native/driver.cxx
+++ b/pgsql/native/driver.cxx
@@ -21,7 +21,7 @@ main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv, false));
+ auto_ptr<database> db (create_database (argc, argv));
// Create the database schema.
//