Re: Foreing Key in Postgres ???? - Mailing list pgsql-interfaces

From phil@Stimpy.netroedge.com
Subject Re: Foreing Key in Postgres ????
Date
Msg-id 20000724151354.P9654@Stimpy.netroedge.com
Whole thread Raw
In response to Foreing Key in Postgres ????  (Pablo Salazar <ssalazar@goliat.espol.edu.ec>)
List pgsql-interfaces
I think this might be a little out of place (wrong list?), but here's
a quick answer:

select tableone.name,tabletwo.title wheretableone.index=tabletwo.index order by tableone.name asc;

That's a simple relational selection for two tables which might look
like: 

tableone:name textindex int4

tabletwo:title textindex int4

Good luck!


Phil


On Mon, Jul 24, 2000 at 04:49:31PM -0500, Pablo Salazar wrote:
> Hellos Folks!!
> 
> Someane , know be do relations between tables (FK)
> 
> please Help me
> thanks
> 
> Pablo

Content-Description: Card for Pablo Salazar


-- 
Philip Edelbrock -- IS Manager -- Edge Design, Corvallis, OR  phil@netroedge.com -- http://www.netroedge.com/~philPGP
F16:01 D2 FD 01 B5 46 F4 F0  3A 8B 9D 7E 14 7F FB 7A
 


pgsql-interfaces by date:

Previous
From: Pablo Salazar
Date:
Subject: Foreing Key in Postgres ????
Next
From: David C Mudie
Date:
Subject: JDBC DateTime broken in postgresql-7.02?