Re: Proposal: First step towards Intelligent, integrateddatabase
От
Jim Nasby
Тема
Re: Proposal: First step towards Intelligent, integrateddatabase
Дата
Msg-id
4FDE4580-04F7-4530-BDBE-078BD91321AA@nasby.net
Ответ на
Re: Proposal: First step towards Intelligent, integrateddatabase (Andrew Dunstan)
Список
Дерево обсуждения
Proposal: First step towards Intelligent,integrated database ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,integrated
database David Fetter <david@fetter.org>
Re: Proposal: First step towards Intelligent,
integrateddatabase ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,
integrateddatabase David Fetter <david@fetter.org>
Re: Proposal: First step towards Intelligent,
integrateddatabase ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,integrated
database Dann Corbit <DCorbit@connx.com>
Re: Proposal: First step towards Intelligent,
integrateddatabase ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent, integrateddatabase Tom Lane <tgl@sss.pgh.pa.us>
Re: Proposal: First step towards Intelligent, integrateddatabase Andrew Dunstan <andrew@dunslane.net>
Re: Proposal: First step towards Intelligent, integrateddatabase Jim Nasby <jim@nasby.net>
Re: Proposal: First step towards Intelligent, integrateddatabase Josh Berkus <josh@agliodbs.com>
Re: Proposal: First step towards Intelligent,
integrated database ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,
integrateddatabase ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,
integrateddatabase "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Proposal: First step towards Intelligent, integrateddatabase Andrew Dunstan <andrew@dunslane.net>
Re: Proposal: First step towards Intelligent,
integrateddatabase ghatpande@vsnl.net
Re: Proposal: First step towards Intelligent,
integrateddatabase Vaibhav Kaushal <vaibhavkaushal123@gmail.com>
Re: Proposal: First step towards Intelligent,integrated database Pavel Stehule <pavel.stehule@gmail.com>
On Dec 1, 2010, at 8:59 AM, Andrew Dunstan wrote: > 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 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. >> >> > > 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." Something that did what Pavel mentioned: SELECT name, parent->name FROM children; would be very useful. It means you no longer have to write explicit joins (or perhaps more accurately, you no longer have to specify exactly how to join the two tables). -- Jim C. Nasby, Database Architect jim@nasby.net 512.569.9461 (cell) http://jim.nasby.net
В списке pgsql-hackers по дате отправления