Error while running restore

Поиск
Список
Период
Сортировка
От Márcio Antônio Sepp
Тема Error while running restore
Дата
Msg-id 000601d6f01e$34f07fb0$9ed17f10$@com.br
обсуждение исходный текст
Ответы RES: Error while running restore  (Márcio Antônio Sepp <marcio@zyontecnologia.com.br>)
Re: Error while running restore  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Error while running restore  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general

 

Hi all,

 

 

I’m getting this error message when try to restore a database :

 

ERROR:  function f_validanumero_cnpj_cpf(character) does not exist

LINE 1: SELECT (f_validanumero_cnpj_cpf(trim(cnpj_cpf)::char)=false)

                ^

HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

QUERY:  SELECT (f_validanumero_cnpj_cpf(trim(cnpj_cpf)::char)=false)

CONTEXT:  função PL/pgSQL public.f_testacnpjcpf(character) linha 31 em IF

COPY esp_altera_estoque, line 1, column nr_cnpjcpf: "24614011000120"

 

 

The funny is that i’m restoring the database to the same Server.

Steps:

pg_dump dbname > dumpfile

 

Create new database and restoring with:

psql < dumpfile

 

 

Witch making mistakes do am i making?

 

In this case, the database is small and if I open the dumpfile with a notepad and split in 2 files and run after other it works fine.

 

 

--

Att

Márcio A. Sepp

 

В списке pgsql-general по дате отправления:

Предыдущее
От: Benedict Holland
Дата:
Сообщение: Re: Copy & Re-copy of DB
Следующее
От: Márcio Antônio Sepp
Дата:
Сообщение: RES: Error while running restore