| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | David Fetter <david(at)fetter(dot)org> |
| Cc: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Arrays of Complex Types |
| Date: | 2007-03-06 21:24:36 |
| Message-ID: | 8516.1173216276@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
David Fetter <david(at)fetter(dot)org> writes:
> On Tue, Mar 06, 2007 at 04:14:07PM -0500, Tom Lane wrote:
>> David Fetter <david(at)fetter(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2007-03-06 21:27:12 | Re: Arrays of Complex Types |
| Previous Message | David Fetter | 2007-03-06 21:17:41 | Re: Arrays of Complex Types |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2007-03-06 21:27:12 | Re: Arrays of Complex Types |
| Previous Message | David Fetter | 2007-03-06 21:17:41 | Re: Arrays of Complex Types |