Creating views - Mailing list pgsql-sql

From Kashmira Patel \(kupatel\)
Subject Creating views
Date
Msg-id 18AE59788A3FC640A367E5652E664D8003CA26C6@xmb-sjc-237.amer.cisco.com
Whole thread Raw
In response to Re: Select when table have missing data  ("Rodrigo De León" <rdeleonp@gmail.com>)
Responses Re: Creating views  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
Hi all,  Is it possible to create views that take parameters? Basically, I have to create some very complex historical
reports,and as of now I am using temporary tables to store intermediate query results. I calculate values based on the
contentof these temporary tables and use them in the final result. I would like to eliminate the need for temporary
tablesand use views instead, as the data copy between the temp tables is taking quite some time. 

Thanks,
Kashmira


pgsql-sql by date:

Previous
From: "Rodrigo De León"
Date:
Subject: Re: Select when table have missing data
Next
From: "Bart Degryse"
Date:
Subject: Re: A form of inheritance with PostgreSQL