summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 73269cb1..a4ac4c6d 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -3493,7 +3493,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
}
pg->conn = GNUNET_PQ_connect_with_cfg (cfg,
"merchantdb-postgres",
- "",
+ "merchant-",
NULL,
ps);
if (NULL == pg->conn)