C:\Arquivos de programas\pgAdmin III\1.6\pg_restore.exe -i -h 192.168.7.1 -p 5432 -U postgres -d test1 -v "C:\Temp\testepad.backup" pg_restore: connecting to database for restore pg_restore: [archiver (db)] Error while INITIALIZING: pg_restore: [archiver (db)] could not execute query: ERROR: parameter "standard_conforming_strings" cannot be changed Command was: SET standard_conforming_strings = off; pg_restore: creating SCHEMA cager pg_restore: creating SCHEMA public pg_restore: creating COMMENT SCHEMA public pg_restore: creating TABLE princ pg_restore: creating SEQUENCE princ_cd_princ_seq pg_restore: creating SEQUENCE OWNED BY princ_cd_princ_seq pg_restore: [archiver (db)] Error while PROCESSING TOC: pg_restore: [archiver (db)] Error from TOC entry 1514; 0 0 SEQUENCE OWNED BY princ_cd_princ_seq postgres pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "OWNED" LINE 1: ALTER SEQUENCE princ_cd_princ_seq OWNED BY princ.cd_princ; ^ Command was: ALTER SEQUENCE princ_cd_princ_seq OWNED BY princ.cd_princ; pg_restore: executing SEQUENCE SET princ_cd_princ_seq pg_restore: creating DEFAULT cd_princ pg_restore: restoring data for table "princ" pg_restore: creating CONSTRAINT pk-princ-cd_princ pg_restore: setting owner and privileges for SCHEMA cager pg_restore: setting owner and privileges for SCHEMA public pg_restore: setting owner and privileges for COMMENT SCHEMA public pg_restore: setting owner and privileges for ACL public pg_restore: setting owner and privileges for TABLE princ pg_restore: setting owner and privileges for SEQUENCE princ_cd_princ_seq pg_restore: setting owner and privileges for SEQUENCE OWNED BY princ_cd_princ_seq pg_restore: setting owner and privileges for DEFAULT cd_princ pg_restore: setting owner and privileges for CONSTRAINT pk-princ-cd_princ WARNING: errors ignored on restore: 2 Process returned exit code 1.