Re: [ADMIN] Protecting application table structures and data

2005-12-15 Thread Scott Marlowe
On Thu, 2005-12-15 at 16:23, David Pratt wrote: > Hi Jim. Many thanks for your reply. I guess this is not so great news. I > am sort of at a loss as to what direction to take. I need a db > connection on a couple of threads minimum in my app but also need to > ensure that the information is sec

Re: [ADMIN] Protecting application table structures and data

2005-12-15 Thread David Pratt
Hi Jim. Many thanks for your reply. I guess this is not so great news. I am sort of at a loss as to what direction to take. I need a db connection on a couple of threads minimum in my app but also need to ensure that the information is secure. Regards David Jim C. Nasby wrote: On Thu, Dec 1

Re: [ADMIN] Protecting application table structures and data

2005-12-15 Thread Jim C. Nasby
On Thu, Dec 15, 2005 at 05:01:47PM -0400, David Pratt wrote: > Hi. I am creating a desktop app and am interested in using postgres. I > started this app with sqlite3 which is nice but not multi-threaded so I > have run into its limitations. > > I want to install postgres on the users machine as