[Devel] Correction on scripts/postgresqldb.sh

Franz Wu franz.wu at qleap.com.tw
Wed Aug 31 05:05:34 CEST 2005


Hi
I'm a newbie to this list. I'd like to point out two lines should be 
modified for the script to run.

Platform: Redhat 9/ Celeron 1.2G & Debian/ Celeron 1.2G
OpenSER version: CVS snapshot openser-devel-cvs-20050828-062752.tgz
File: scripts/postgresqldb.sh

[1] line 149. remove echo
   147  sql_query()
   148  {
   149          $CMD "$@"
   150  }

[2] line 514. add \ before $1 and $2
 514  CREATE FUNCTION "concat" (text,text) RETURNS text AS 'SELECT \$1 || 
\$2;' LANGUAGE 'sql';


Anybody tells me how to use diff to report this kind of modification?
Hope it helpful!

Regards 




More information about the Devel mailing list