Quoting will trillich ([EMAIL PROTECTED]):
> > test=# create view its_really_the_same_thing as select true where 1
> > between 1 and 3;
> > 
> > test=# \d its_really_the_same_thing
> > ...
> > View definition: SELECT 't'::bool WHERE ((1 >= 1) AND (1 <= 3));
> > 
> > 
> > HTH,
> > -- 
> > Joel Burton   <[EMAIL PROTECTED]>
> > Director of Information Systems, Support Center of Washington
> 
> just wanted to say -- BEAUTIFULLY executed reply. 
> not only did you answer the query succinctly and completely,
> you showed, quite clearly, how to find out such answers.

I was impressed as well.  I didn't know you could use \d to find the
definition of views like that.

-- 
Paul Tomblin <[EMAIL PROTECTED]>, not speaking for anybody
"Nobody can be told what the dominatrix is, they have to see it for themselves"

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to