From: | "Cstdenis" <cstdenis(at)voicio(dot)com> |
---|---|
To: | <pgadmin-support(at)postgresql(dot)org> |
Subject: | Bug/incompatibility/imperfection in pgadmin3 slony support in postgres8 |
Date: | 2006-03-05 12:56:11 |
Message-ID: | 006401c64054$315fcbb0$6401a8c0@chris |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
For the creation of slony-I clusters, pgadmin-III has the following code
src/slony/dlgRepCluster.cpp: if (!AddScript(createScript,
wxT("xxid.v74.sql")) ||
src/slony/dlgRepCluster.cpp: !AddScript(createScript,
wxT("slony1_base.sql")) ||
src/slony/dlgRepCluster.cpp: !AddScript(createScript,
wxT("slony1_funcs.sql")) ||
src/slony/dlgRepCluster.cpp: !AddScript(createScript,
wxT("slony1_funcs.v74.sql")))
However, for postgresql 8.x the file slony1_funcs.v74.sql should be replaced
by slony1_funcs.v80.sql
The same should probably be the case for xxid.v74.sql but in that case the
files are identical anyway. However slony1_funcs does have changes between
74 and 80
Because the change appears to just be a delete replaced with a truncate and
some error checking this may not be serious but should probably be adjusted
in the future to support both.
From | Date | Subject | |
---|---|---|---|
Next Message | Rafael J. Urbina G. | 2006-03-06 07:08:43 | Pgadmin3 not run in Fedora Core 4 |
Previous Message | Andreas Pflug | 2006-03-04 17:24:59 | Re: regional characters in query tool: save/load |