Re: object tracking

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: object tracking
Date: 2010-05-19 20:09:32
Message-ID: 5B206A67-E7EB-4D5E-95C1-F1DC60B9120F@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On May 19, 2010, at 11:41 AM, Little, Douglas wrote:

> Hi,
>
> I have a fairly large data warehouse in Greenplum, and am having trouble tracking object changes.
> I need to
> 1. Know when an object was changed, by who.
> 2. Have some logging about when an object was dropped – especially drop cascade.
>
>
> Currently I’m having a problem with a set of disappearing views. We’re still in pre-prod environment, but
>
> Any suggestions?

Take it up with your vendor. That's what you're paying them for, and they're the only ones who are
likely to understand how their product works.

If you were using postgresql I'd suggest looking at the log_statement and log_line_prefix
options, to see if tracking DDL that way were adequate for what you need.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gordon Shannon 2010-05-19 22:02:51 Re: Help writing a query to predict auto analyze
Previous Message Joshua D. Drake 2010-05-19 20:06:06 Re: object tracking