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:51:47
Message-ID: alpine.LNX.2.00.1106281550290.30381@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 29 Jun 2011, Andy Firel wrote:

> it might be sufficient to add a semicolon to your drop statement:
> # drop table station_type;

Andy,

Actually, that's not true. On a whim I tried that and psql complained
about a syntax error at the initial 'd'.

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2011-06-28 22:52:58 Re: Multi-tenancy in Postgres
Previous Message Rick Genter 2011-06-28 22:42:47 Re: DROP TABLE Appears to Fail