Re: Another Plpgsql trigger example - summary table - Mailing list pgsql-patches

From Mark Kirkwood
Subject Re: Another Plpgsql trigger example - summary table
Date
Msg-id 41DA5518.6070409@coretech.co.nz
Whole thread Raw
In response to Re: Another Plpgsql trigger example - summary table  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Another Plpgsql trigger example - summary table  (Mark Kirkwood <markir@coretech.co.nz>)
List 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 by date:

Previous
From: Karel Zak
Date:
Subject: Re: Implementing RESET CONNECTION ...
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Bgwriter behavior