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
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 backgraoun
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
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?
Le lundi 31 mai 2010 10:23:51, Szymon Guz a écrit :
> 2010/5/31 Ivan Sergio Borgonovo
>
> > On Mon, 31 May 2010 08:47:25 -0600
> >
> > Scott Marlowe wrote:
> > > On Mon, May 31, 2010 at 2:29 AM, Michal Szymanski
> > >
> > > wrote:
> > > > Hi,
> > > > Currently we use Debian, but it chosen by