virtual table

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема virtual table
Дата
Msg-id 3EF61E44.2020601@klaster.net
обсуждение исходный текст
Ответы Re: virtual table  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql
Hi
I have another virtual problem, currently without any examples ;-)

Let's say we have some pl/pgsql function which puts result into table1.
This flat table must be normalized and put into table2. Sometimes 1 row from 
table1 = 1 row from table2, but sometimes 1 row from table1= 3 rows from table2.
Data from table1 are transferrend into table2 using triggers. I found, I don't  to have any data in table1.
The question is: Is it possible to create virtual table in Postgresql? Virtual 
- means it won't contain any columns nor data, but trigger doing all the job.

Regards,
Tomasz Myrta




В списке pgsql-sql по дате отправления:

Предыдущее
От: "Franco Bruno Borghesi"
Дата:
Сообщение: Re: Delete duplicates
Следующее
От: "Denis Arh"
Дата:
Сообщение: Re: Delete duplicates