> -----Original Message-----
> From: Andy Lewis [mailto:alewis@jumboclassifieds.com]
> Sent: 22 April 2002 13:53
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Older version?
>
>
> Basically, I'd like to have the ability to ROLLBACK. Is that
> supported?
No, you can't rollback creation or modification of objects (actually, you
can to an extent if you use Revision Control -
http://www.pgadmin.org/pgadmin2.php?ContentID=13), but if you are writing
scripts and running them in the GUI, then you can use transactions in the
same way as you would in psql.
Regards, Dave.