On 09/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 3863 > Logged by: > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3 RC1 > Operating system: Windows > Description: libpq.lib missing > Details: > > Previous versions of the Postgres had libpq.lib file in $(PSQLSRC)\lib\ms > folder. I can no longer find the lib file in either 8.2.5 or 8.3 RC1.
In 8.3 it's directly in the lib directory. thats because the whole thing is built with VC++ now, so it's the default rather than an alternative to the mingw libraries. If it's missing in 8.2.5, my guess is that you didn't select the Development Files option when you installed. Regards, Dave ---------------------------(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 datatypes do not match