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:
>
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
-
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
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