[GENERAL] Postgresql best practices

2007-01-25 Thread Robert Boone

Hello,
I was wondering if anyone could point me to any documention on  
seting up Postgresql in a web hosting environment. Things like  
account management, access host management and privilege management  
to users that are resellers and will need to administer there own  
users in postgresql. Not sure if anything like this exists but I  
would like to see it if it does.


Thanks,
Robert

---(end of broadcast)---
TIP 6: explain analyze is your friend


[GENERAL] Problem with pl/perl in postgresql 8.0rc1

2004-12-17 Thread Robert Boone
Hello,

I am very new to postgresql and was excited to see that pl/perl was able
to do more in the newest version. So I created a database to learn some
of is feature. But when I try to to do:

createlang plperl test

I get:
createlang: language installation failed: ERROR:  could not load
library "/usr/lib/pgsql/plperl.so": libperl.so: cannot open shared
object file: No such file or directory


I tried installing some of the other languages and they seem to work.

I am using the postgresql8.0rc1 rpms for FC3. I even try the srpm to
compile it myself but I get the same results.

If anyone could tell me what I'm doing wrong that would be great.

Thanks,

Robert Boone

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster