Re: drop table if exists

From: "Jason Watkins" <jason_watkins(at)pobox(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: drop table if exists
Date: 2001-07-03 23:05:11
Message-ID: 01a301c10414$9cb06ef0$426f2a40@boondocksaint
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Doesn't work. I like wrapping up the entire file in a transaction so that if
I make a stupid syntax error or the like, I can just do a rollback. Because
of that, the transaction enters abort state. I suppose I can just stop using
transactions and use this method.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-07-03 23:41:24 Re: count(*)
Previous Message Tom Lane 2001-07-03 22:52:52 Re: simple function crashes my postmaster