Re: Arrays of Complex Types - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Arrays of Complex Types
Date
Msg-id 8516.1173216276@sss.pgh.pa.us
Whole thread Raw
In response to Re: Arrays of Complex Types  (David Fetter <david@fetter.org>)
Responses Re: Arrays of Complex Types  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> On Tue, Mar 06, 2007 at 04:14:07PM -0500, Tom Lane wrote:
>> David Fetter <david@fetter.org> writes:
>>> I noticed something in src/backend/commands/tablecmds.c which
>>> worries me, namely that it ignores functions and views.
>> 
>> What?

> The "it" in question is, find_composite_type_dependencies()

All that that's interested in is whether there are stored values of the
datatype somewhere.  Views don't have any storage, and a function
definition doesn't either.
        regards, tom lane


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Arrays of Complex Types
Next
From: David Fetter
Date:
Subject: Re: Arrays of Complex Types