DROP TABLE Appears to Fail

Поиск
Список
Период
Сортировка
Искать
От
Rich Shepard
Тема
DROP TABLE Appears to Fail
Дата
Msg-id
alpine.LNX.2.00.1106281529570.30381@salmo.appl-ecosys.com
Список
Дерево обсуждения
DROP TABLE Appears to Fail Rich Shepard <rshepard@appl-ecosys.com>
Re: DROP TABLE Appears to Fail Andy Firel <ml@3.141592654.de>
Re: DROP TABLE Appears to Fail Rich Shepard <rshepard@appl-ecosys.com>
Re: DROP TABLE Appears to Fail Rick Genter <rick.genter@gmail.com>
Re: DROP TABLE Appears to Fail Rich Shepard <rshepard@appl-ecosys.com>
Re: DROP TABLE Appears to Fail Rick Genter <rick.genter@gmail.com>
Re: DROP TABLE Appears to Fail John R Pierce <pierce@hogranch.com>
Re: DROP TABLE Appears to Fail [SOLVED] Rich Shepard <rshepard@appl-ecosys.com>
   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
В списке pgsql-general по дате отправления
От: Rob Sargent
Дата:
Сообщение: Re: Multi-tenancy in Postgres
От: Rick Genter
Дата:
Сообщение: Re: DROP TABLE Appears to Fail
FAQ