Re: [HACKERS] Replication eRServer problems

2004-02-19 Thread Andrew Sullivan
On Mon, Feb 16, 2004 at 10:16:39AM -0800, John Li wrote: > I just implemented eRServer for one of my clients and found many problems > with it. Yep. There's a list dedicated to it, by the way, available through the gborg site. > 1.It crashes when using ?ers_addtable? to add big tables. The p

Re: [HACKERS] Replication eRServer problems

2004-02-16 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 16 Feb 2004, John Li wrote: > I just implemented eRServer for one of my clients and found many problems > with it. TDMSoft has patched eRServer a bit: http://www.tdmsoft.com/tr/PostgreSQL/download/ Maybe these could help to solve your

Re: [HACKERS] Replication eRServer problems

2004-02-16 Thread Peter Eisentraut
John Li wrote: > I just implemented eRServer for one of my clients and found many > problems with it. We do not maintain erserver. You need to talk to the people that you got it from, for example here: http://gborg.postgresql.org/project/erserver/projdisplay.php ---(en

[HACKERS] Replication eRServer problems

2004-02-16 Thread John Li
I just implemented eRServer for one of my clients and found many problems with it.   It crashes when using “ers_addtable” to add big tables. The problem is that it used pg_dump –d then tried to read the whole output in memory. I fixed it by reading one row at a time and