Re: How to delete a table in Postgres ???

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: suhail sarwar <sarwar(at)postmaster(dot)co(dot)uk>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to delete a table in Postgres ???
Date: 2001-04-27 15:23:14
Message-ID: Pine.LNX.4.30.0104271122480.20371-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, 27 Apr 2001, suhail sarwar wrote:

> Does anyone know how to delete a table in postgresql???

Standard SQL is DROP TABLE <table name>

-- Brett

http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Nothing will ever be attempted if all possible objections must be first
overcome.
-- Dr. Johnson

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Johan Daine 2001-04-27 15:26:53 Re: How to delete a table in Postgres ???
Previous Message Ramiro Arenas Ramírez 2001-04-27 15:08:54 RV: How to delete a table in Postgres ???