3

I am using postgres 9.2 and slony1-2.0.0-rc1.The problem is that whenever i create slony-I cluster it shows slony-I creation scripts not available, only joining possible.

I have also set the binary path usr/bin/postgresql but still its not working.Please help me out with this problem.

Thanks in advance.

Priyatam Roy
  • 431
  • 1
  • 5
  • 11

1 Answers1

2

Open pgadmin,go to options,then click binary paths and set the path of Slony-I path as /usr/share/slony1 in ubuntu. If this does not work your postgres version is not compatible with slony version.

You can see this post.

Satyam Koyani
  • 4,236
  • 2
  • 22
  • 48
  • Thanks. It Worked to an extent but now it shows following error while creating a new cluster: ERROR: function _sample.storenode(integer, unknown, boolean) does not exist LINE 6413: SELECT _sample.storeNode(99, 'admin_node', false); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. – Priyatam Roy Dec 25 '13 at 09:30