Em 16/02/14, Danilo Silva<[email protected]> escreveu: > Pessoal, > > Estou executando o restore (versão 9.1.11, ambiente de teste em linux) com > o comando pg_restore -v -j4 -d banco < arquivo.sql > > Mas recebo a mensagem: pg_restore: [custom archiver] parallel restore from > stdin is not supported > > Sem a opção -j o restore é executado normalmente. > > Estou errando em alguma coisa? >
Do manual: "... The input must be a regular file or directory (not, for example, a pipe). This option is ignored when emitting a script rather than connecting directly to a database server." http://www.postgresql.org/docs/current/interactive/app-pgrestore.html Osvaldo _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
