Re: [pgadmin-hackers] prevent users from seeing pl/pgsql code in pgadmin

2005-03-17 Thread Merlin Moncure
Dave Page wrote: > To be honest I'm not keen to expend time and add to the complexity of > the code to add obscurity (I can't in good conscience call it security) > that is so easily bypassed. This seems kinda like adding an entry > control system to a door next to a large open window. > > Regards

Re: [pgadmin-hackers] [PATCH] Various OSX fixes & .app bundle building

2005-03-17 Thread Florian G. Pflug
There a also a few more problems I forgot to mention .) There is no ssl-support - the configure-script somehow decides that my build of libpq doesn't include ssl support - but the libpq-configure actually found openssl, and has enabled ssl support. Hmm - whilst I doubt my configure-ese is up to it