Re: Another Plpgsql trigger example - summary table

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Another Plpgsql trigger example - summary table
Дата
Msg-id 41DA5518.6070409@coretech.co.nz
обсуждение исходный текст
Ответ на Re: Another Plpgsql trigger example - summary table  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Another Plpgsql trigger example - summary table  (Mark Kirkwood <markir@coretech.co.nz>)
Список pgsql-patches
Bruce Momjian wrote:

>Wow, yea, that is long.  Not sure where that should go.
>
>
>
hmmm, yep - I could shorten it by removing :
- the COPY, ANALYZE (and maybe some of the INDEX) statements
- the queries and EXPLAINS at the end

However, this means that it is not clear what the point of the exercise
is (or how to use the summary table at all for that matter).

I guess the issue is that I am doing a mini introduction to data
warehousing in the example, which makes it long (time passes while
thinks about options....):

1) Write a (slightly) less mini introduction into data warehousing as a
section/chapter in its own right, and include the the summary table +
trigger as an example therein.

2) Perhaps leave the trigger + plpgsql function as a plpgsql example,
and refer to it in the (new) data warehouse section/chapter.

Comments?

(BTW, These both look like 8.1 doc changes)

regards

Mark


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Implementing RESET CONNECTION ...
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Bgwriter behavior