Re: [GENERAL] reproducible database crash with simple sql command on postgres 8.3.1

2008-05-09 Thread Tom Lane
<[EMAIL PROTECTED]> writes: > PANIK: ERROR_STACK_SIZE exceeded > the rest of the message is unfortunately in german then i have to > restart the postgres-service manually this error is very easy > reproducible at my environment What this typically means is that you've got an encoding/locale confi

Re: [GENERAL] reproducible database crash with simple sql command on postgres 8.3.1

2008-05-09 Thread josep porres
No problems here. create table regions (id integer, name varchar); alter table regions alter column name set default 'bavaria'; PostgreSQL 8.3.1 vc++ build 1400 xp sp2 # - Memory - shared_buffers = 32MB# min 128kB or max_connections*16kB # (change requires rest

[GENERAL] reproducible database crash with simple sql command on postgres 8.3.1

2008-05-09 Thread Christian.Strobl
hi all, first i create a table create table regions (id integer, name varchar); then i want to set a default value for a column, e.g. alter table regions alter column name set default 'bavaria'; at this point crashes the database with the message PANIK: ERROR_STACK_SIZE exceeded the rest of