Re: CREATE TABLE with a column of type {table name} - Mailing list pgsql-general

From Stephan Szabo
Subject Re: CREATE TABLE with a column of type {table name}
Date
Msg-id 20030801150408.I61272-100000@megazone.bigpanda.com
Whole thread Raw
In response to Re: CREATE TABLE with a column of type {table name}  (elein <elein@varlena.com>)
List pgsql-general
On Fri, 1 Aug 2003, elein wrote:

> This is definitely a step forward toward tables in columns.
> However, running tests against this I am getting weird
> results.
>
> select a(myfoo), b(myfoo) from bar;
>
> worked once or twice.
>
>  From then on it crashed my server.  The log says
> it was terminated with signal 11.

Yeah, I couldn't make it fail with the below, but I
could make it crash with a little more work. :(
Now to generate a core file...



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: stat failed on file '$libdir/plpgsql': No such file or di rectory
Next
From: Tom Lane
Date:
Subject: Re: changing column type