pg_restore: from TOC entry 258; 1255 17092 FUNCTION ts_ja_start(internal, integer) postgres
pg_restore: error: could not execute query: ERROR: function public.ts_ja_start(internal, integer) does not exist
などのエラーが出力されますが、不要になった関数に関するエラーですので無視していただいて結構です。
camsdb=# ALTER TABLE CAMS_TBLATT000000000021COL000000098 DROP IDX_ATTACH_BIN;
camsdb=# ALTER TABLE CAMS_TBLATT000000000021COL000000098 DROP IDX_ATTACH_TO;
camsdb=# ALTER TABLE CAMS_TBLATT000000000021COL000000098 DROP IDX_ATTACH_CC;
camsdb=# DROP TRIGGER CAMS_TBLATT000000000021COL000000098_TR1 ON CAMS_TBLATT000000000021COL000000098;
camsdb=# DROP TRIGGER CAMS_TBLATT000000000021COL000000098_TR2 ON CAMS_TBLATT000000000021COL000000098;
camsdb=# DROP TRIGGER CAMS_TBLATT000000000021COL000000098_TR3 ON CAMS_TBLATT000000000021COL000000098;
camsdb=# \q