How to use new type ? - Mailing list pgsql-general

From Loïc TREGOUËT
Subject How to use new type ?
Date
Msg-id 39008970.2F8E2C18@cri74.org
Whole thread Raw
List pgsql-general
Hello ,

I've read a lot of documentation and i've applied what i've understood
and i've tried what i don't understand !

I've read that when i create a new table (test) , a new type test is
available .

So i can do : create table  Mytable ( id int4 , tt test ) ;

But i've read something who said that before creating new type i'd to
create function to manipulate it ????

Is anybody can explain me ? I'm a newbie and my english is not very good
: i'm not lucky !


                            thanks a lot


pgsql-general by date:

Previous
From: "Samuel A. Mullen"
Date:
Subject: Re: COPY Question
Next
From: "Robert B. Easter"
Date:
Subject: How to get the size of a large object?