2012-02-20 PostgreSQL覚書 オーナーの変更/テーブル削除 By ana-da DB/SQL 0 Comments — オーナーの変更 ALTER TABLE [table] OWNER TO [user]; — テーブル削除 DROP TABLE [table];