Virtual records

From: "Kumar" <sgnerd(at)yahoo(dot)com(dot)sg>
To: "psql" <pgsql-sql(at)postgresql(dot)org>
Subject: Virtual records
Date: 2004-01-05 11:04:38
Message-ID: 012b01c3d37b$b95c54e0$7502a8c0@hdsc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2004-01-05 11:10:30 Re: Complex Update
Previous Message Tom Lane 2004-01-05 05:26:54 Re: "on insert" rules happen before the insert?