Re: lots of values for IN() clause

From: Markus Schiltknecht <markus(at)bluegap(dot)ch>
To: Shelby Cain <alyandon(at)yahoo(dot)com>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: lots of values for IN() clause
Date: 2006-11-02 15:55:08
Message-ID: 454A14DC.4080206@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

thanks for testing, unfortunately I don't have a 8.0 around. And as 8.2
works and is probably coming very soon...

Regards

Markus

Shelby Cain wrote:
> I don't get a segfault on 8.0.8 under linux or 8.1.4 under win32. The backend (correctly I assume) issues a hint to increase max_stack_depth in both cases.
>
> $ psql -h localhost -p 5432 -d test -U readwrite < script.sql
>
> Password:
>
> CREATE TABLE
>
> ERROR: stack depth limit exceeded
>
> HINT: Increase the configuration parameter "max_stack_depth".
>
> DROP TABLE
>
> Regards,
>
> Shelby Cain

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-11-02 15:56:08 Re: pg_dump question
Previous Message A. Kretschmer 2006-11-02 15:54:17 Re: pg_dump question