Re: The Data Base System is in recovery mode - Mailing list pgsql-bugs

From Palle Girgensohn
Subject Re: The Data Base System is in recovery mode
Date
Msg-id 87y9zmj63x.fsf@palle.girgensohn.se
Whole thread Raw
In response to The Data Base System is in recovery mode  (Palle Girgensohn <girgen@partitur.se>)
List pgsql-bugs
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Palle Girgensohn <girgen@partitur.se> writes:
> Oh, gee. sorry! I slipped with the mouse when cut'n'pasting. The
> first > statement should be a create view. The view is dropped and
> created > "on-the-fly" with different where-clauses every time,
> depending on the > user's search arguments. As I might have said
> before, I am not the > programmer... I think I would have the view
> created once, and done > "select from view where..." Maybe that
> would help, but there is still > a bug in postgres, I guess?
>
> I agree, that is a bizarre way to do things, not least because it
> wouldn't work for multiple concurrent clients (unless the view name
> is client-specific?).

They *are* client specific. wtabmaria is "Maria's working table", sort
of...

> But I don't see why it would provoke a crash.
> Curiouser and curiouser.
>
> The indexes are good to know about, but AFAICT they won't be used
> for these particular queries.  So I'm still unable to duplicate the
> problem.  Looking forward to that backtrace...

I'll get on with it this weekend.

Cheers,
Palle

pgsql-bugs by date:

Previous
From: "Ronald Kuczek"
Date:
Subject: AW: UPPER and LOWER dosen't work correctly on special caracters (umlauts)
Next
From: Pam Withnall
Date:
Subject: largeobject.write(byte[] buf)