From: | "Robert Landsmeer" <r(dot)landsmeer(at)wis(dot)nl> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Wondering if anyone could help me |
Date: | 2006-05-15 06:42:49 |
Message-ID: | 50CA25BD6EEA954FA592C097399942E30E4640DC@CM1.wis.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Thanks for the reply, well that would be nice :) I'll try that when I
update a database to 8.1
I still have some databases that I can't update at this moment so if
anyone has a way I can fix it on a 8.0 database that would be nice :)
I agree it's an ugly and fragile thing messing with the system tables
but well I only did it because I had no clue how to do it without it.
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, May 12, 2006 17:10
To: Robert Landsmeer
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Wondering if anyone could help me
"Robert Landsmeer" <r(dot)landsmeer(at)wis(dot)nl> writes:
> http://archives.postgresql.org/pgsql-novice/2006-05/msg00045.php
If you're using PG 8.1, get rid of that ugly and fragile messing with
the system catalogs, and use ALTER TABLE ENABLE/DISABLE TRIGGER instead.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Verena Ruff | 2006-05-15 11:51:14 | tools helping with explain output |
Previous Message | Tom Lane | 2006-05-15 01:31:28 | Re: Q on requirement to connect to a specific DB |