From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Eliot Gable <egable+pgsql-general(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: cannot assign non-composite value to a row variable |
Date: | 2010-06-04 21:42:49 |
Message-ID: | 1275687685-sup-5345@alvh.no-ip.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Excerpts from Eliot Gable's message of vie jun 04 16:13:28 -0400 2010:
> This is the code I posted:
>
> create type complex1 as ( ... ); -- one integer member and about 16 text
> members
> create type complex2 as ( ... ); -- few integer members, about 10 text
> members, and about 6 different enum members
If you present some sample code that somebody can paste directly into a
psql session, we can provide useful help. Nobody here has time to
construct such things from vague descriptions.
--
Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2010-06-04 21:49:13 | Re: Move data from DB2 to Postgres any software/solutions/approach? |
Previous Message | DM | 2010-06-04 21:33:53 | Re: Move data from DB2 to Postgres any software/solutions/approach? |