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
Module: sip-router
Branch: janakj/postgres
Commit: 80b11a1361effef6faf817f2e5a9d2b4649793ad
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80b11a1…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri May 23 15:43:42 2003 +0000
- updated all makefiles (now 'cd modules/foo; make' will link with the
proper libraries). Please add an "include ../../Makefile.defs" as first
line of the local module Makefile if your module is not on the cvs)
---
modules/db_postgres/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_postgres/Makefile b/modules/db_postgres/Makefile
index 50a2133..5dae7f9 100644
--- a/modules/db_postgres/Makefile
+++ b/modules/db_postgres/Makefile
@@ -2,6 +2,7 @@
#
# WARNING: do not run this directly, it should be run by the master Makefile
+include ../../Makefile.defs
auto_gen=
NAME=postgres.so