Re: Extracting data from the view to retrieve the foreign key is not declared

From: nill <nillx87(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Extracting data from the view to retrieve the foreign key is not declared
Date: 2014-03-11 14:13:01
Message-ID: 1394547181838-5795524.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Laurenz Thanks for your reply, it is going to help me.

I use this query to get the dependencies of view with the objects in the db
SELECT *
FROM INFORMATION_SCHEMA.view_column_usage

I now have to explain the attributes of the join tree, that is JOIN
expressions e JOIN clauses.

Thanks

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Extracting-data-from-the-view-to-retrieve-the-foreign-key-is-not-declared-tp5795408p5795524.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Torsten Förtsch 2014-03-11 14:16:20 Re: How to make PG use work_mem?
Previous Message Tom Lane 2014-03-11 13:36:04 Re: How to make PG use work_mem?