[pgsql-jp: 35084] テーブルを削除するには?

misoyuki misoyuki @ poplar.ocn.ne.jp
2005年 3月 22日 (火) 22:30:43 JST


misoyukiです。
またまたお世話になります。

このような構成のDB toshoから

                List of relations
 Schema |          Name           | Type  | Owner
--------+-------------------------+-------+-------
 public | Address			| table | pgsql
 public | Author			| table | pgsql
 public | Books_ledger		| table | pgsql
 public | Classification		| table | pgsql
 public | Loan			| table | pgsql
 public | Note			| table | pgsql
 public | Publishing_company	| table | pgsql
 public | Shelf			| table | pgsql
 public | Summary		| table | pgsql
 public | Telephone_number	| table | pgsql
 public | The_master_for_an_input	| table | pgsql
 public | User			| table | pgsql
(12 rows)
から
 public | Loan			| table | pgsql
を削除したく
 $ psql tosho 
=> drop table Loan;
としても削除できません。
どうすればよいのでしょうか?
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 2005/03/21




pgsql-jp メーリングリストの案内