Re: [PATCHES] Charset WIN1252

2004-12-04 Thread Bruce Momjian
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

Re: [PATCHES] Docs - Plpgsql trigger example auditing changes into

2004-12-04 Thread Mark Kirkwood
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,