Alexander Reichstadt <lxr(at)mac(dot)com> writes:
> I try to do what seems to be totally simple, but it fails. If I query a view that contains renamed columns without any qualifier like
> SELECT * FROM myview
> it displays everything. If however I do
> SELECT reanmedviewcolumn FROM myview
> It tells me column does not exist which in fact does.
What do you mean by a "renamed column"? A concrete example would help
here.
regards, tom lane