Below is the patch I applied.
> I'm the one who originally posted the patch. But the
> "include/mb/pg_wchar.h" was as complete source in the ZIP attached to
> my mail on 02.11.04 as well as patch in my mail on 30.11.04 with
> correct contents.
>
> And also in the confirmation of Bruce Momjian
David Fetter wrote:
It occurs to me that this might be a place to demo table inheritance
too, to ease automating the creation, etc. of the auditing
infrastructure :)
It certainly makes the creation of the audit table painless :
CREATE TABLE emp_audit(
operation char(1) NOT NULL,