[pgsql-jp: 39461] Postgresql 8.3.1 のselect文の制限ですか?

Tomoo Nomura nomurat @ tmo.co.jp
2008年 6月 23日 (月) 10:17:37 JST


こんにちは。

さて、次の文章をpsqlで実行すると、
ssa=# select id, name from person where id in ( select pid from handover
where year=2008 and month=5 and day >= 16 ) ;

server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

というエラーになります。しかし、
ssa=# select id, name from person where id in ( select pid from handover
where year=2008 and month=5 ) ;
もしくは
ssa=# select id, name from person where id in ( select pid from handover
where year=2008 and day >= 16 ) ;
ならば、エラーは出ません。

また、以前8.1.xの時代には問題なかったように思います。
なにか、情報はありませんでしょうか?

野村

-- 
****** Nomura Technical Management Office Ltd. *****************
 Tomoo Nomura      nomura @ tmo.co.jp       http://www.tmo.co.jp/
    Phone: +81-78-797-0240 Fax: +81-50-3428-2033
 Worldwide Airline Timetable 'Flight Planner'
 European Electronic Timetable 'HAFAS'         ValueFax Support
****************************************************************




pgsql-jp メーリングリストの案内