From: | Andy Firel <ml(at)3(dot)141592654(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: DROP TABLE Appears to Fail |
Date: | 2011-06-28 22:41:13 |
Message-ID: | 24113260.55.1309300873247.JavaMail.root@store1.zcs.ext.wpsrv.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Rich,
it might be sufficient to add a semicolon to your drop statement:
# drop table station_type;
HTH,
Andy
----- Ursprüngliche Mail -----
> I cannot recall issuing a DROP TABLE command from psql that did not
> work,
> but seem to have this as a new experience.
>
> When I look at the database table list with '\d' I see
>
> public | station_type | table | rshepard
> public | station_type_statype_seq | sequence | rshepard
>
> and I want to drop and recreate these with a typo fixed. But, the drop
> commands do not appear to work:
>
> # drop table station_type
>
> # \d
>
> public | station_type | table | rshepard
> public | station_type_statype_seq | sequence | rshepard
>
> I fail to see what I'm doing incorrectly and would appreciate a clue
> stick
> to set me on the proper path.
>
> TIA,
>
> Rich
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
From | Date | Subject | |
---|---|---|---|
Next Message | Rick Genter | 2011-06-28 22:42:47 | Re: DROP TABLE Appears to Fail |
Previous Message | Rich Shepard | 2011-06-28 22:34:16 | DROP TABLE Appears to Fail |