Re: Proposal: First step towards Intelligent, integrateddatabase - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Proposal: First step towards Intelligent, integrateddatabase
Date
Msg-id 4CF662C5.70109@dunslane.net
Whole thread Raw
In response to Re: Proposal: First step towards Intelligent, integrateddatabase  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal: First step towards Intelligent, integrateddatabase  (Jim Nasby <jim@nasby.net>)
Re: Proposal: First step towards Intelligent, integrateddatabase  (ghatpande@vsnl.net)
List pgsql-hackers

On 12/01/2010 09:41 AM, Tom Lane wrote:
> ghatpande@vsnl.net writes:
>> Create domain is only useful for abstracting common constraints on fields into single location for maintenance. It
maynot be useful to link tables.
 
> It's still unclear what this does that you don't get from inheritance,
> typed tables, use of a table's rowtype as a field type, or CREATE TABLE
> LIKE.  This isn't exactly virgin territory.
>
>             

Yeah. Actually, the whole thing reminded me somewhat of the pre-RDBMS 
data stores I worked with 25 years or so ago. "Those who cannot remember 
history are doomed to repeat it."

cheers

andrew


pgsql-hackers by date:

Previous
From: Mario Weilguni
Date:
Subject: Re: DELETE with LIMIT (or my first hack)
Next
From: Tom Lane
Date:
Subject: Re: FK's to refer to rows in inheritance child