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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to