Re: [GENERAL] Postgres as embedded db for GUI

2005-11-26 Thread Keary Suska
on 11/24/05 9:55 AM, [EMAIL PROTECTED] purportedly said: > Hi Jaime. I currently work with psycopg with web apps. My question is > more a matter of whether postgres can be installed in a way that keeps > it contained to the program files for the app (as opposed to the > regular type of install wh

Re: [GENERAL] Postgres as embedded db for GUI

2005-11-24 Thread Peter Eisentraut
David Pratt wrote: > Hi. Where would I locate information on setting up postgres as a > stand alone db for a gui application. This is not possible. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: In ve

Re: [GENERAL] Postgres as embedded db for GUI

2005-11-24 Thread David Pratt
Hi Jaime. I currently work with psycopg with web apps. My question is more a matter of whether postgres can be installed in a way that keeps it contained to the program files for the app (as opposed to the regular type of install where postgres becomes available as a server available anywhere

Re: [GENERAL] Postgres as embedded db for GUI

2005-11-24 Thread Jaime Casanova
On 11/24/05, David Pratt <[EMAIL PROTECTED]> wrote: > Hi. Where would I locate information on setting up postgres as a stand > alone db for a gui application. I am writing this in python and have > been using sqlite but would like to try my app with postgres backend. > Links to any specific open