The following bug has been logged online:
Bug reference: 2131
Logged by: kenichi nakanishi
Email address: kenichi_nakanishi@fukuicsk.co.jp
PostgreSQL version: 8.1.x Japanese
Operating system: Windows 2000 Professional Japanese
Description: SQL Query Bug ?
Details:
I found something strange result when using a following sql sentence,
"select xxx || ' / ' || yyyy || ' / ' || zzzz as aaa from TABLE",
sometime I could get empty results.
When using same scentence on linux platform, I could get correct results.
So I think it's a bug on windows version.
Could you check these things ?
Thank you.