Обсуждение: query for view code

Поиск
Список
Период
Сортировка

query for view code

От
Colton A Smith
Дата:
Hi:
  Can I query the database for the code for a particular view?

Thanks for your help!

Re: query for view code

От
Rajesh Kumar Mallah
Дата:
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
>