Re: virtual table - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: virtual table
Date
Msg-id 3EF6BCB4.2040209@klaster.net
Whole thread Raw
In response to Re: virtual table  (Richard Huxton <dev@archonet.com>)
Responses Re: virtual table
List pgsql-sql
Dnia 2003-06-23 10:29, Użytkownik Richard Huxton napisał:
> Look into views - you'll need to provide triggers to handle the 
> update/inserts.
I think view won't change too much - there is not too much difference for this 
case between creating view and empty table with trigger returning null.
I was thinking about something more comfortably - table without pre-declared 
columns so I don't have to change table definition when pl/pgsql function changes.

Can anyone tell me how triggers work? Do they need to look into table column 
definition to retrieve data?

Regards,
Tomasz Myrta



pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: virtual table
Next
From: Richard Huxton
Date:
Subject: Re: virtual table