Re: Typed tables - Mailing list pgsql-hackers

From James Pye
Subject Re: Typed tables
Date
Msg-id A9FD974D-CA9A-45F1-9195-531B3D472488@jwp.name
Whole thread Raw
In response to Typed tables  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Typed tables
List pgsql-hackers
On Nov 5, 2009, at 10:24 AM, Peter Eisentraut wrote:
> One thing I'm not sure of is whether to keep the implicit row type in
> that case.  That is, would the above command sequence still create a
> "persons" type?  We could keep that so as to preserve the property "a
> table always has a row type of the same name"

+1 for keeping it.

> Thoughts?

Any plans to allow the specification of multiple types to define the  
table?
  "CREATE TABLE employee OF employee_data_type, persons_data_type;"


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: operator exclusion constraints
Next
From: Jeff Davis
Date:
Subject: Re: operator exclusion constraints