From: | Andrew Sullivan <ajs(at)commandprompt(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Reg : Data base deletion |
Date: | 2008-06-25 12:26:51 |
Message-ID: | 20080625122651.GC34573@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
On Wed, Jun 25, 2008 at 01:24:06PM +0530, Pradeepa wrote:
> Hi Team,
>
> We want some information like, if any one deletes database from postgres,
> how to trace when it has been deleted. The deletion is not from any command
> but by right clicking on db and deleting it.
Uh, how is that "right clicking" happening? What interface are you
using? The delete is happening by _some_ command.
Anyway, you can do this with triggers. There's an example of doing
this in the manual, I believe.
A
--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2008-06-25 12:28:22 | Re: just a question re: submitted bug... |
Previous Message | Bill Moran | 2008-06-25 12:06:22 | Re: Reg : Data base deletion |
From | Date | Subject | |
---|---|---|---|
Next Message | Bill Moran | 2008-06-25 12:44:16 | Re: [BUGS] Reg : Data base deletion |
Previous Message | Andrew Sullivan | 2008-06-25 12:24:49 | Re: replication |