Re: DROP TABLE Appears to Fail

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: DROP TABLE Appears to Fail
Дата
Msg-id 4E0A5EB4.50009@hogranch.com
обсуждение исходный текст
Ответ на Re: DROP TABLE Appears to Fail  (Rick Genter <rick.genter@gmail.com>)
Список pgsql-general
> postgres=# drop table foo
> postgres-# \d

specifically note the prompt.   the -# means you're in the middle of a
command.   =# means its ready for a new command.


as another example...

    pierce=# create table foo (id integer);
    CREATE TABLE
    pierce=# drop
    pierce-# table
    pierce-# foo
    pierce-# ;
    DROP TABLE
    pierce=#



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


В списке pgsql-general по дате отправления:

Предыдущее
От: Grace Batumbya
Дата:
Сообщение: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Setup postgres with automatic table and user intitiallisation