Hi,
Any help on the question below? Thanks.
On Oct 15, 6:00 pm, Goboxe <hadzramin(dot)(dot)(dot)(at)gmail(dot)com> wrote:
> Hi,
>
> Let say I created a new type:
>
> CREATE TYPE compfoo AS (f1 int, f2 text);
>
> How can I view its definition?
>
> I tried to view it in pgAdmin but seems cannot fine any node that
> display that?
>
> Thanks,
> G