[Bucardo-general] function db_getconn(unknown) does not exist

Greg Sabino Mullane greg at endpoint.com
Thu Oct 1 18:46:54 UTC 2009


On 10/01/2009 02:39 PM, akp geek wrote:
> I have installed the 4.2.0 and it's still the same
> 
> I have libperl.so and also plperl.so...just to make sure that I have the
> pgsql installaiton correct

See what happens when you simply try to create the language from psql:

create language plperlu;

If that works, try creating and running a simple test function:

CREATE OR REPLACE FUNCTION plperlu_test()
RETURNS TEXT
LANGUAGE plperlu
AS $bc$
return 'Pl/PerlU was successfully installed';
$bc$;

SELECT plperlu_test();


-- 
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 226 bytes
Desc: OpenPGP digital signature
Url : https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20091001/1aa36010/attachment.bin 


More information about the Bucardo-general mailing list