SQL text of view

From: "Yury Shvetsov" <rmtech(at)marbella(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: SQL text of view
Date: 2003-11-17 10:23:15
Message-ID: 01d701c3acf4$d18d6c50$04001aac@dragonfly
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

Where is the SQL text of view stored in the database?
I mean the text like "SELECT the_field FROM the_table".
I can found the function's text in "pg_proc.proerc", but can't find the same
for a view.

Yury Shvetsov.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fajar Priyanto 2003-11-17 10:29:00 Newbie: FAQ - change root password?
Previous Message Devrim GUNDUZ 2003-11-17 09:25:12 Re: Newbie: port