Re: Proposal: First step towards Intelligent, integrateddatabase
From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
ghatpande(at)vsnl(dot)net
Cc:
Dann Corbit <DCorbit(at)connx(dot)com>,
pgsql hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Proposal: First step towards Intelligent, integrateddatabase
Date:
2010-12-01 14:41:08
Message-ID:
15327.1291214468@sss.pgh.pa.us (view raw or flat )
Thread:
2010-12-01 10:19:32 from ghatpande(at)vsnl(dot)net
2010-12-01 10:34:03 from Dann Corbit <DCorbit(at)connx(dot)com>
2010-12-01 10:46:12 from ghatpande(at)vsnl(dot)net
2010-12-01 14:41:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 14:59:17 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-12-02 00:22:13 from Jim Nasby <jim(at)nasby(dot)net>
2010-12-02 02:38:08 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-02 05:18:31 from ghatpande(at)vsnl(dot)net
2010-12-02 07:29:07 from ghatpande(at)vsnl(dot)net
2010-12-02 17:44:17 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
2010-12-02 17:59:23 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-12-02 07:48:06 from ghatpande(at)vsnl(dot)net
2010-12-02 08:03:39 from Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
2010-12-01 13:41:59 from Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
2010-12-01 15:11:06 from David Fetter <david(at)fetter(dot)org>
2010-12-01 15:15:25 from ghatpande(at)vsnl(dot)net
2010-12-01 15:59:29 from David Fetter <david(at)fetter(dot)org>
2010-12-02 02:11:18 from ghatpande(at)vsnl(dot)net
Lists:
pgsql-hackers
ghatpande(at)vsnl(dot)net writes:
> Create domain is only useful for abstracting common constraints on fields into single location for maintenance. It may not 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.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Yeb HavingaDate: 2010-12-01 14:51:12
Subject : Re: FK's to refer to rows in inheritance child
Previous :From : Rob WultschDate : 2010-12-01 14:37:22
Subject : Re: DELETE with LIMIT (or my first hack)