X-Original-To: pgsql-general-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 31FFE9FA5E9 for ; Fri, 30 Jun 2006 12:22:44 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 44906-04 for ; Fri, 30 Jun 2006 12:22:32 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by postgresql.org (Postfix) with ESMTP id 0C7109FA4A7 for ; Fri, 30 Jun 2006 12:22:32 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 4.42) id 1FwKpC-0009hA-6e for pgsql-general@postgresql.org; Fri, 30 Jun 2006 15:22:30 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: Notes on converting from MySQL 5.0.x to PostgreSQL Date: Fri, 30 Jun 2006 16:22:28 +0100 Message-ID: In-Reply-To: <1151680333.13129.55.camel@state.g2switchworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [GENERAL] Notes on converting from MySQL 5.0.x to PostgreSQL thread-index: AcacV+mZClIT9iv8T6CLmehOgWZ/eAAAMc+A From: "Dave Page" To: "Scott Marlowe" , "Jason McManus" Cc: "pgsql general" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200606/1219 X-Sequence-Number: 97591 =20 > -----Original Message----- > From: pgsql-general-owner@postgresql.org=20 > [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Scott Marlowe > Sent: 30 June 2006 16:12 > To: Jason McManus > Cc: pgsql general > Subject: Re: [GENERAL] Notes on converting from MySQL 5.0.x=20 > to PostgreSQL >=20 > > * Replication support still rudimentary. >=20 > Hmmmm. I think that's an overly simplistic evaluation. The slony > replication engine is actually VERY advanced, but the administrative > tools consist mostly of "your brain". hehe. That said, once you've > learned how to drive it, it's quite amazing. =20 I'm not sure that many people necessarily realise it, but you can also drive Slony directly from pgAdmin 1.4+ if slonik scripts give you a headache. Regards, Dave.