Re: trouble dropping a table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Tena Sakai" <tsakai@xxxxxxxxxxxxxx> 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 (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux