Search Postgresql Archives

Re: DROP TABLE Appears to Fail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux