Re: How to delete a table in Postgres ???
Jeff Daugherty <jdaugherty@greatbridge.com>
From: Jeff Daugherty <jdaugherty@greatbridge.com>
To: suhail sarwar <sarwar@postmaster.co.uk>
Cc: pgsql-novice@postgresql.org
Date: 2001-04-27T14:49:55Z
Lists: pgsql-novice
In accordance with SQL92: drop table <tablename>; jeff 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?? > > Regards > > Sarwar > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly