How to use new type ?

From: Loïc TREGOUËT <loic(at)cri74(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: How to use new type ?
Date: 2000-04-21 17:01:36
Message-ID: 39008970.2F8E2C18@cri74.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Robert B. Easter 2000-04-21 19:04:02 How to get the size of a large object?
Previous Message Samuel A. Mullen 2000-04-21 15:36:48 Re: COPY Question