Search Postgresql Archives

query for all values linked to a field

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,

i'm trying to output all values that can be reached from a specific record
by a foreign key link.

for example, if tblimage has image_id, image_info and tblstack has
stack_id=tblimage.image_id, stack_info_1, stack_info_2
i want to be able to get image_id, image_info, stack_info_1, stack_info_2.

of course, my database has many more tables and links. i can use
information_schema to get the links and recursively troll through all the
tables, i was just wondering if there's a way to do this with one query
instead of programmatically.

thanks,
jenn



--
View this message in context: http://postgresql.1045698.n5.nabble.com/query-for-all-values-linked-to-a-field-tp5072691p5072691.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux