diff options
Diffstat (limited to 'pgsql')
-rw-r--r-- | pgsql/native/driver.cxx | 2 |
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. // |