Current status of Slony support in pgAdmin - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Current status of Slony support in pgAdmin
Date
Msg-id 421F776B.401@pse-consulting.de
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by andreas: gcc fixes
Next
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Update configuration for wxWidgets 2.5.4, and