where is pg_views

From: 博 翟 <powerzbx(at)yahoo(dot)com(dot)cn>
To: pgsql-general(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: where is pg_views
Date: 2003-10-22 09:12:45
Message-ID: 20031022091245.62690.qmail@web15210.mail.bjs.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

is there a table or view whose name is "pg_views" in this system ??

I can not find it in the catalog, but in source code i find the following clause:

sprintf(buf, "SELECT definition FROM pg_views WHERE
viewname = '%s'", name);
result = PSQLexec(buf);

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Indra Heckenbach 2003-10-22 10:22:16 unexpected query behavior with UTF text
Previous Message Mark Kirkwood 2003-10-22 08:57:08 Re: Recomended FS