I was experimenting with configuring Slony-I using pgAdmin 1.6.1 on
Windows 2000 Advances Server.
I thought it would be nice to use Node numbers to match the slave
numbers, i.e.
Local Node of zero for the Master, and one for the first slave, 2 for
the second, etc...
pgAdmin would not allow me to
"Hélder M. Vieira" wrote:
> Hello.
>
> After adding the BIN directory to the PATH variable in the system variables
> list, pgAdmin now shows the Backup and Restore items.
>
> Thanks everybody for your help.
>
>
> Hélder M. Vieira
>
>
> >> I've just removed PostgreSQL 8.2 Beta 3 and installed the 8
The code displayed by pgAdmin, for a function I have created, does not
allow me to recreate the function as I would like. If I run :-
CREATE SCHEMA "Security"
AUTHORIZATION postgres;
CREATE TABLE "Security"."CentreGroupPolicy"
(
"CentreGroupPolicyID" bigint NOT NULL
)
WITHOUT OIDS;
CREATE OR
I have pgAdmin III 1.6 Beta 3 on Windows XP with Slony 1.2 RC5 and
PostgreSQL 8.1.4.
Does anybopdy know if this combination should work?
I try to create a New Slony-I cluster and the script bombs out after
creating sl_registry:-
2006-10-20 15:53:31 NOTICE: type "_ab.xxid" is not yet defined
200