User can not create a new table
Hello, All
How I prevent a new user to create new tables in a Data Base ?
The Data Base is owned by "postgres" and I need that only the "postgres"
user can create new tables ...
-------
Where are the default messages thats appears when the Referentian
Integrity is violated ? I need change this message to portuguese...
regards,
tulio oliveira
--
Um velho homem s�bio disse uma vez: "Quando voc� atualiza um exploit,
voc� �
bom. Quando voc� � o primeiro a hackear cada sucessiva vers�o de um
produto
que roda em milh�es de computadores pela Internet, voc� cria uma
Dinastia".
On Mon, 7 May 2001, Tulio Oliveira wrote:
Hello, All
How I prevent a new user to create new tables in a Data Base ?
The Data Base is owned by "postgres" and I need that only the "postgres"
user can create new tables ...
I don't think you can allow users to connect to a db but not create
tables at this time. You should be able to disallow connects to the
db, but I'm guessing that's not what you want.
Where are the default messages thats appears when the Referentian
Integrity is violated ? I need change this message to portuguese...
It's compiled in I think from backend/utils/adt/ri_triggers.c