From: Rolf S. <in...@to...> - 2008-06-22 11:50:52
|
It seems your database already contains a table "cargo". You should find it somewhere in your dump file. 1) Make a backup. 2) Insert at the beginning of sql/Pg-upgrade-2.7.0-2.7.5.sql: drop table if exists cargo; 3) Try again to upgrade. Stuart Luppescu schrieb: > Error! > create table cargo (id int not null, trans_id int not null, package > text, netweight float4, grossweight float4, volume float4) > ERROR: relation "cargo" already exists |