[GENERAL] Problem in Pg 8.1.4 with CREATEDB

2006-05-31 Thread Pit Müller
Hello ! We have a very sophisticated setup for our software which needs to install databases on a PostgreSQL Server if the user chooses PG as database system. This setup worked fine on 8.1 to 8.1.3 but fails now with 8.1.4. It looks like the problem is caused by CREATEDB, which seems to hang.

Re: [GENERAL] Problem in Pg 8.1.4 with CREATEDB

2006-05-31 Thread Pit Müller
Bruce Momjian wrote: Pit M�ller wrote: Hello ! We have a very sophisticated setup for our software which needs to install databases on a PostgreSQL Server if the user chooses PG as database system. This setup worked fine on 8.1 to 8.1.3 but fails now with 8.1.4. It looks like the problem

Re: [GENERAL] libpy and ENABLE_THREAD_SAFETY=1

2005-08-17 Thread Pit Müller
Magnus Hagander wrote: Is the standard libpq.dll distributed by PostgreSQL8.0 for windows thread safe by default ? No. It is safe as long as you use each PGconn on a separate thread but you cannot share the same PGconn between threads. //Magnus But what

Re: [GENERAL] libpy and ENABLE_THREAD_SAFETY=1

2005-08-17 Thread Pit Müller
Magnus Hagander wrote: Is the standard libpq.dll distributed by PostgreSQL8.0 for windows thread safe by default ? No. It is safe as long as you use each PGconn on a separate thread but you cannot share the same PGconn between threads. //Magnus But what if I compile the DLL using

[GENERAL] libpq.dll with ENABLE_THREAD_SAFETY

2005-08-11 Thread Pit Müller
Is the standard libpq.dll distributed by PostgreSQL8.0 for windows thread safe by default ? Pit ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's