Thread: query for view code

query for view code

From
Colton A Smith
Date:
Hi:
  Can I query the database for the code for a particular view?

Thanks for your help!

Re: query for view code

From
Rajesh Kumar Mallah
Date:
Yes

connect using

psql -E

database> \d viewname

observe the query that are used to produce the view defination


Regds
Rajesh Kumar mallah.

On 10/13/05, Colton A Smith <smith@cs.utk.edu> wrote:
> Hi:
>
>    Can I query the database for the code for a particular view?
>
> Thanks for your help!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>