Обсуждение: Virtual records

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

Virtual records

От
"Kumar"
Дата:
Dear Friends,
 
I am working with Postgres 7.3.4 on RH Linux. Here is a need while developing an Calendar application.
 
I have a scheduled meeting at every month. While opening the calendar next 2 month, I need to populate the records for it.
 
I dont want to use a temporary table and populate the records, as this will slow down the function. Is there any method for that
 
Please shed some light.
 
Regards
Kumar

Re: Virtual records

От
Rich Hall
Дата:
How about a stored procedure that generates the set of records 
programatically.

Rick

Kumar wrote:

> Dear Friends,
>  
> I am working with Postgres 7.3.4 on RH Linux. Here is a need while 
> developing an Calendar application.
>  
> I have a scheduled meeting at every month. While opening the calendar 
> next 2 month, I need to populate the records for it.
>  
> I dont want to use a temporary table and populate the records, as this 
> will slow down the function. Is there any method for that
>  
> Please shed some light.
>  
> Regards
> Kumar