Re: [HACKERS] now about psql and one function

2003-07-31 Thread ivan
Why postgres should be using only for standard ways ? I need to protect pg how its possible . Every single informacion which user dont need to know he can not know . Each user is like enemy . :-) I worry more about this cache , i dont know how to reset it. Beca use i (in one transaction) make co

Re: [HACKERS] now about psql and one function

2003-07-30 Thread Bruce Momjian
Why would someone not have the ability to read pg_user? The query is gone in 7.4 anyway. --- ivan wrote: > > in psql , file command.c : 1473 there is a query to check state for > superuser, and this query is in begin/end t

[HACKERS] now about psql and one function

2003-07-28 Thread ivan
in psql , file command.c : 1473 there is a query to check state for superuser, and this query is in begin/end transaction. When user dont have perm to read pg_user its fail but transation is never end, and ist make some confusion because user have to write "END;" or "ROLLBACK;" themself. I just re