Current status of Slony support in pgAdmin

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: slony1-general(at)gborg(dot)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org
Subject: Current status of Slony support in pgAdmin
Date: 2005-02-25 19:07:23
Message-ID: 421F776B.401@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Currently, all of sloniks commands are implemented in pgAdmin, with some
differences:

- FAILOVER not implemented yet (execution logic reengineered from slonik
is available)

- Merging set is implemented for subscribed sets (the normal moveset),
and additionally for non-subscribed sets (setdroptable/setaddtable).

- Joining a cluster (i.e. adding a new active node to a cluster) doesn't
need schema creation scripts, because it is extracted from an existing node.

- same for node upgrade: function definitions are extracted from another
node.

- TABLE ADD KEY isn't implemented; pgAdmin encourages users to define
clean PKs anyway.

- table triggers are maintained integrated in table dialogs.

A win32 binary snapshot is uploaded, linux binaries will be build tonight.

Anybody interested, please check it out, feedback welcome.

Regards,
Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2005-02-25 21:40:48 CVS Commit by dpage: Update configuration for wxWidgets 2.5.4, and
Previous Message cvs 2005-02-25 17:54:29 CVS Commit by andreas: gcc fixes