Bucardo user inside postgresql DB must be superuser? Or this step can be done with postgres main user? thanks.
On Thu, Oct 6, 2016 at 12:18 PM, Greg Sabino Mullane <[email protected]> wrote: >> For some reason the commando bucardo install tell me that the language >> plperlu is not installed, but ubuntu say is already install. > > Putting a language into a database requires two steps: having > it compiled into Postgres (the apt-get call in this case) and then > loading it into individual databases via CREATE LANGAGE. There > may be other reasons why CREATE LANGUAGE fails, but that's the first > thing to debug by trying: > > psql -U bucardo bucardo -c 'create language plperlu' > > -- > Greg Sabino Mullane [email protected] > End Point Corporation > PGP Key: 2529 DF6A B8F7 9407 E944 45B4 BC9B 9067 1496 4AC8 _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
