Re: DROP TABLE Appears to Fail

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: DROP TABLE Appears to Fail
Date: 2011-06-28 22:53:11
Message-ID: alpine.LNX.2.00.1106281551580.30381@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 28 Jun 2011, Rick Genter wrote:

> Silly question, but did you try it with a semicolon after the drop table?

Rick,

See my answer to Andy: that's incorrect syntax and psql complains.

> I've noticed that if you are in the middle of a statement and issue a \
> command, psql ignores the SQL you've typed in and just does the \ command.

But there is no continuation command just 'drop table <tablename>'.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan S. Katz 2011-06-28 22:56:14 point types in "DISTINCT" queries
Previous Message Greg Smith 2011-06-28 22:52:58 Re: Multi-tenancy in Postgres