"Tena Sakai" <[email protected]> wrote: 
 
>    Schema |        Name         | Type  | Owner 
>   --------+---------------------+-------+-------
>    public | gallo.plate_subject | table | ysu
>   (1 row)
> 
> and I want to get rid of this table.
 
How about?:
 
DROP TABLE public."gallo.plate_subject"
 
It looks like you have a dot in your table name, which would require
quotes like that.
 
-Kevin

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to