Re: query or schema question - Mailing list pgsql-general

From Michael Fuhr
Subject Re: query or schema question
Date
Msg-id 20041215050718.GA29141@winnie.fuhr.org
Whole thread Raw
In response to query or schema question  (Scott Frankel <leknarf@pacbell.net>)
List pgsql-general
On Tue, Dec 14, 2004 at 07:23:31PM -0800, Scott Frankel wrote:

> is there a reasonable way to traverse the dependencies from the
> students table back to the universities table?

See the documentation for joined tables in the Tutorial and in the
SQL Language documentation.  It sounds like you want to join the
students table to departments, and departments to universities.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: Corrupt RTREE index
Next
From: "Dann Corbit"
Date:
Subject: Re: Corrupt RTREE index