Re: How to delete a table in Postgres ??? - Mailing list pgsql-novice

From Joel Burton
Subject Re: How to delete a table in Postgres ???
Date
Msg-id Pine.LNX.4.21.0104271052140.17913-100000@olympus.scw.org
Whole thread Raw
In response to How to delete a table in Postgres ???  ("suhail sarwar" <sarwar@postmaster.co.uk>)
List pgsql-novice
On Fri, 27 Apr 2001, suhail sarwar wrote:

> Does anyone know how to delete a table in postgresql???
>
> I have tried all the usual commands like:
> delete <tablename>;
> del <tablename>;
> del table <tablename>;
> delete table <tablename>;
>
> Can anyone help??

\h in psql shows "DROP TABLE xxx".

Please read the FAQs, or at least the man page for psql.

--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


pgsql-novice by date:

Previous
From: Joel Burton
Date:
Subject: Re: plpgsql locate provider by zip code
Next
From: "Brett W. McCoy"
Date:
Subject: Re: How to delete a table in Postgres ???