Re: [GENERAL] HA

2015-06-27 Thread Luis Daniel Lucio Quiroz
Give a look to PEN, it is a load-balancing daemon :) Luis Daniel Lucio Quiroz CISSP, CISM, CISA Linux, VoIP and much more fun www.okay.com.mx Need LCR? Check out LCR for FusionPBX with FreeSWITCH Need Billing? Check out Billing for FusionPBX with FreeSWITCH 2015-06-27 9:32 GMT-04:00 Gerdan

Re: [GENERAL] What Linux edition we should chose?

2010-05-31 Thread Luis Daniel Lucio Quiroz
Le lundi 31 mai 2010 10:23:51, Szymon Guz a écrit : 2010/5/31 Ivan Sergio Borgonovo m...@webthatworks.it On Mon, 31 May 2010 08:47:25 -0600 Scott Marlowe scott.marl...@gmail.com wrote: On Mon, May 31, 2010 at 2:29 AM, Michal Szymanski dy...@poczta.onet.pl wrote: Hi,

[GENERAL] sintax error in script

2010-05-28 Thread Luis Daniel Lucio Quiroz
CREATE OR REPLACE FUNCTION to_number(integer) RETURNS numeric AS $BODY$ BEGIN RETURN to_number($1, 'S99D99'); EXCEPTION WHEN OTHERS THEN RETURN NULL; END; $BODY$ LANGUAGE 'plpgsql' IMMUTABLE; /-- END pgsql is telling me /-- END has a sintax error, just to confirm, is

Re: [GENERAL] sintax error in script

2010-05-28 Thread Luis Daniel Lucio Quiroz
Le vendredi 28 mai 2010 20:34:13, Shoaib Mir a écrit : On Sat, May 29, 2010 at 11:09 AM, Luis Daniel Lucio Quiroz luis.daniel.lu...@gmail.com wrote: pgsql is telling me /-- END has a sintax error, just to confirm, is it okay if i get rid of that line? I think you should be fine

[GENERAL] Moving from Mysql

2010-05-22 Thread Luis Daniel Lucio Quiroz
Hi, Well, i'm moving some databases from Mysql to Pgsql, but i'm having some admin doubts, i wondering 3 things: 1. whar are equivalent for these commands: in mysql: mysqldump mydata_base_name mysql mydata_base_name script.sql 2. any link to read about how to admin pgsql with mysql