Re: user-defined types and inheritance - Mailing list pgsql-general

From David Fetter
Subject Re: user-defined types and inheritance
Date
Msg-id 20050812203651.GA22573@fetter.org
Whole thread Raw
In response to user-defined types and inheritance  (Luiz Siqueira <cybersamurai_br@yahoo.com.br>)
List pgsql-general
On Fri, Aug 12, 2005 at 10:52:03AM -0300, Luiz Siqueira wrote:
> I'm new with PostgreSQL and I have some doubts:
>
> Need I use C to create a new type or can I use SQL singularly?

You can use SQL for some types, and need C for others.

> When I use inheritance the new table inherited Triggers from the
> super-table?

No.

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

pgsql-general by date:

Previous
From: "Adam O'Toole"
Date:
Subject: Re:
Next
From: "John Wells"
Date:
Subject: Seeking PL/PGSQL example