Re: [BUGS] BUG #2688: Building from source with PL/Python fails ("distutils not found")

2006-10-12 Thread Peter Eisentraut
Anastasios Hatzis wrote: > checking for python... /usr/local/bin/python > checking for Python distutils module... no > configure: error: distutils module not found The actual check is python -c 'import distutils' Try and see what that does. > But there is distutils in my Python installation: >

[BUGS] IYYY: unexpected behaviour

2006-10-12 Thread Zubkovsky, Sergey
Hi,   SELECT to_char( '2006-01-01'::timestamp, 'IYYY-MM-DD' ) AS strange,    to_char( '2006-01-02'::timestamp, 'IYYY-MM-DD' ),    to_char( '2006-01-01'::timestamp, '-MM-DD' );   does produce unexpected result for column ‘strange’:     strange   |  to_char   |  to_char -

Re: [BUGS] IYYY: unexpected behaviour

2006-10-12 Thread Peter Eisentraut
Zubkovsky, Sergey wrote: > SELECT to_char( '2006-01-01'::timestamp, 'IYYY-MM-DD' ) AS strange, >to_char( '2006-01-02'::timestamp, 'IYYY-MM-DD' ), >to_char( '2006-01-01'::timestamp, '-MM-DD' ); > > does produce unexpected result for column 'strange': > > strange | to_char

Re: [BUGS] BUG #2685: Wrong charset of server messages on client

2006-10-12 Thread Sergiy Vyshnevetskiy
On Tue, 10 Oct 2006, Tom Lane wrote: Sergiy Vyshnevetskiy <[EMAIL PROTECTED]> writes: Here is a new and improved patch, that closes security hole as well. We really can't consider a patch like this, because not only does it ignore the problem of multiple spellings of encoding names, but it ac