On Thu, Jan 05, 2006 at 04:19:23PM +, Sokolov Yura wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2148
> Logged by: Sokolov Yura
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.0
> Operating system: Slackware Linux 2.6.14.1
> Descriptio
"Sokolov Yura" <[EMAIL PROTECTED]> writes:
> select ms from (select 1) ms
Works for me ... try a more recent 8.0.* release.
regards, tom lane
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore you
On Fri, Jan 06, 2006 at 10:30:28AM -0600, Jim C. Nasby wrote:
> OS X, Version 8.1.1:
> decibel=# select ms from (select 1) ms;
> server closed the connection unexpectedly
This query doesn't crash for me with the latest CVS. It might be
the same problem Tom fixed a few weeks ago:
http://archives.
The following bug has been logged online:
Bug reference: 2148
Logged by: Sokolov Yura
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0
Operating system: Slackware Linux 2.6.14.1
Description:Crashes on simple statement
Details:
select ms from (select 1) ms
-