Re: DROP TABLE Appears to Fail - Mailing list pgsql-general

From John R Pierce
Subject Re: DROP TABLE Appears to Fail
Date
Msg-id 4E0A5EB4.50009@hogranch.com
Whole thread Raw
In response to Re: DROP TABLE Appears to Fail  (Rick Genter <rick.genter@gmail.com>)
List 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 by date:

Previous
From: Grace Batumbya
Date:
Subject: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Next
From: Greg Smith
Date:
Subject: Re: Setup postgres with automatic table and user intitiallisation