The following bug has been logged online:
Bug reference: 3561
Logged by: Alexander Kirpa
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: FreeBSD 6.2
Description:CHAR(x) blank stripped. Server or documentation bug?
Details:
Regarding
http
"Alexander Kirpa" <[EMAIL PROTECTED]> writes:
> select '['||a||']' as aa,'['||b||']' as bb from test1;
> aa|bb
> --+--
> [ok] | [ok]
> [ bad] | [ bad ]
> [ poor] | [ poor]
> (3 rows)
> It is easy to see that char(x) field really blank stripped.
> This is bug