Re: CREATE TABLE with a column of type {table name}

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: elein <elein(at)varlena(dot)com>
Cc: Ang Chin Han <angch(at)bytecraft(dot)com(dot)my>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: CREATE TABLE with a column of type {table name}
Date: 2003-08-01 22:11:28
Message-ID: 20030801150408.I61272-100000@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-08-01 22:15:07 Re: changing column type
Previous Message Tom Lane 2003-08-01 22:05:00 Re: ERROR: stat failed on file '$libdir/plpgsql': No such file or di rectory