From: | "Matt Clark" <matt(at)ymogen(dot)net> |
---|---|
To: | <jer(at)highboard(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: "DELETE FROM" protection |
Date: | 2004-02-20 10:12:37 |
Message-ID: | OAEAKHEHCMLBLIDGAFELGEKFEMAA.matt@ymogen.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
BEGIN;
DELETE FROM mytable;
!!! OOOPS !!!!
ROLLBACK;
> -----Original Message-----
> From: pgsql-admin-owner(at)postgresql(dot)org
> [mailto:pgsql-admin-owner(at)postgresql(dot)org]On Behalf Of Jeremy Smith
> Sent: 20 February 2004 06:06
> To: pgsql-admin(at)postgresql(dot)org
> Subject: [ADMIN] "DELETE FROM" protection
>
>
>
> This may be an all-time idiotic question, but when I used phpmysql, when I
> would type in a "DELETE FROM" query in the SQL window, it would make me
> confirm it before I allowed it to go through. I don't think in all of the
> presumably thousands of times that I used it that I ever canceled out of the
> statement, but I always liked that it is there.
>
> So now with pgsql, when I am typing "DELETE FROM...." until I get to the
> "WHERE" part of the statement, I get a little nervous because I know hitting
> Enter by mistake will wipe out that table. Of course, I have backups, but
> it is a live site with alot of traffic and I would hate to have to shut
> things down while I restored the DB.
>
> Anyway, this may all seem silly, but is there a setting in pgsql to do this?
>
> Thanks,
> Jeremy
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Ewart | 2004-02-20 10:56:07 | Re: "DELETE FROM" protection |
Previous Message | V Chitra | 2004-02-20 06:56:22 | Index called with Union but not with OR clause |