Module: sip-router
Branch: janakj/postgres
Commit: d357fdbcfa406c4f4b167170207c3120d0f8007e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d357fdb…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Nov 3 13:03:56 2003 +0000
- sql:// changed to mysql:// in all modules
---
modules/db_postgres/dbase.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_postgres/dbase.c b/modules/db_postgres/dbase.c
index 8262df6..24b7e80 100644
--- a/modules/db_postgres/dbase.c
+++ b/modules/db_postgres/dbase.c
@@ -115,7 +115,7 @@ static int connect_db(db_con_t* _h, const char* _db_url)
/*
** get the connection parameters parsed from the db_url string
- ** it looks like: sql://username:userpass@dbhost:dbport/dbname
+ ** it looks like: postgres://username:userpass@dbhost:dbport/dbname
** username/userpass : name and password for the database
** dbhost : the host name or ip address hosting the database
** dbport : the port to connect to database on