trouble dropping a table

From: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: trouble dropping a table
Date: 2009-06-26 18:19:34
Message-ID: FE44E0D7EAD2ED4BB2165071DB8E328C04E84BEF@egcrc-ex01.egcrc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Everybody,

I have a strange problem:

canon=# \dt *plate*
List of relations
Schema | Name | Type | Owner
--------+---------------------+-------+-------
public | gallo.plate_subject | table | ysu
(1 row)

and I want to get rid of this table. I thought I could

canon=# drop table gallo.plate_subject;
ERROR: table "plate_subject" does not exist
canon=#

and I did this:

canon=# drop table public.gallo.plate_subject;
ERROR: cross-database references are not implemented: "public.gallo.plate_subject"
canon=#

Can someone please tell me what I am doing wrong?

Thank you in advance.

Regards,

Tena Sakai
tsakai(at)gallo(dot)ucsf(dot)edu

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2009-06-26 18:21:22 Re: PHP cann't access to postgres databse
Previous Message donghe 2009-06-26 18:18:11 Re: PHP cann't access to postgres databse