[GENERAL] Re: [INTERFACES] threads and libpq

1999-03-11 Thread Tom Lane
"David O'Farrell" [EMAIL PROTECTED] writes: "The libpq library allows a single frontend to make multiple connections to backend processes. However, the frontend application is still a single-threaded process." could some clarify to me if this means that a frontend CANNOT open several

Re: [GENERAL] Bug with sequences in 6.4.2

1999-03-11 Thread Stefan Wehner
Greetings, I have found the place from which this bug seems to originate in [6.4.2 sources] backend/parser/parse_func.c line #443 - #445 There is the call to text *lower(text *) so probably any fix should start here. Now what is the intended semantics/syntax for nextval(ARG) ? e.g.

RE: [GENERAL] question on converting M$ Access tables

1999-03-11 Thread Brett W. McCoy
On Wed, 10 Mar 1999, William J. Stotts wrote: I have a VB application that uses a M$ Access 97 table to store it's data in. I wish to change to postgres to store the data, and use ODBC to link the postgres tables back to the M$ Access mdb. Are there any utilities that allow me some way of