Re: BUG #4855: Explain errors on drop table if exists

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim Michaels" <jmichae3(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4855: Explain errors on drop table if exists
Date: 2009-06-16 14:00:21
Message-ID: 13508.1245160821@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jim Michaels" <jmichae3(at)yahoo(dot)com> writes:
> Using PGAdminIII and the following query, I get this explain error:

> ERROR: syntax error at or near "DROP"
> LINE 91: DROP TABLE IF EXISTS work;
> ^

If you're not going to show us the previous 90 lines of your script,
we're not really going to be able to help you. But I suspect it's
something as simple as having left out the semicolon on the previous
command.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-06-16 14:03:58 Re: PGOLEDB Error Fillinvalues failed
Previous Message Keith Pierno 2009-06-16 13:17:14 Re: BUG #4854: Problems with replaying WAL files on Warm Standby