[GENERAL] Database Security

2007-05-23 Thread Danilo Freitas da Costa
Hi all!!! I'm using Postgres at company I work for few time. I already tried many ways to create a security for my database but not sucessfull. The postgres was installed with default configuration and I had definied "postgres" as root user. However, someone else user I create have full access

[GENERAL] SPI

2006-11-16 Thread Danilo Freitas da Costa
Hi all,     I have some doubts about SPI (Server Programming Interface). In fact, I must create Stored Procedures in Postgres (8.0). The problem is: all stored procedures and, may be, some triggers must be compiled 'cause the clients can't access the source code of them.     To solve this prob