"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
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() ?
e.g.
Hi all,
how could I do an automatic daily check
to delete some expired data ? I mean
can I have a cron functionality in post-
gresql ?
Thanks,
Ralf
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