columns refered to in view - Mailing list pgsql-general

From Alexander Cohen
Subject columns refered to in view
Date
Msg-id E47E8EB7-8E1B-11D8-BD9A-000A95B947DC@toomuchspace.com
Whole thread Raw
Responses Re: columns refered to in view
List pgsql-general
I have created a view with this query:

CREATE VIEW testview AS SELECT table.column AS col1, table2.column AS
coll2 FROM table, table2;

Later on, i want to get the table and column name that a field refers
to in this view. In other words i want to get the table and column that
the column 'col1' refers to. Im looking for 'table.column'. How can i
get this information?

thanks!


--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443


pgsql-general by date:

Previous
From: Jeremiah Jahn
Date:
Subject: Re: Filesystem vs. Postgres for images
Next
From: Juris Krumins
Date:
Subject: Re: cache lookup of relation 165058647 failed