Advertisement
BrunoSteven

Untitled

Mar 15th, 2012
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. C:\Program Files (x86)\pgAdmin III\1.14\pg_restore.exe --host 192.168.80.42 --port 5432 --username "postgres" --dbname "Seguradoras" --no-password --verbose "\\virgo.fpc.corp\EspacoManobra\Seguradoras.backup"
  2. pg_restore: connecting to database for restore
  3. pg_restore: creating SCHEMA financeiro
  4. pg_restore: creating SCHEMA garantia_receita
  5. pg_restore: creating SCHEMA indicadores
  6. pg_restore: creating SCHEMA outras_seguradoras
  7. pg_restore: creating SCHEMA public
  8. pg_restore: creating COMMENT SCHEMA public
  9. pg_restore: creating EXTENSION plpgsql
  10. pg_restore: [archiver (db)] Error while PROCESSING TOC:
  11. pg_restore: [archiver (db)] Error from TOC entry 425; 3079 11638 EXTENSION plpgsql
  12. pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "EXTENSION"
  13. LINE 1: CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalo...
  14. ^
  15. Command was: CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
  16.  
  17.  
  18. pg_restore: creating TYPE breakpoint
  19. pg_restore: creating SHELL TYPE chkpass
  20. pg_restore: creating FUNCTION chkpass_in(cstring)
  21. pg_restore: [archiver (db)] Error from TOC entry 505; 1255 23420 FUNCTION chkpass_in(cstring) postgres
  22. pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/chkpass": No such file or directory
  23. Command was: CREATE FUNCTION chkpass_in(cstring) RETURNS chkpass
  24. LANGUAGE c STRICT
  25. AS '$libdir/chkpass', 'chkpass_in';
  26.  
  27.  
  28. pg_restore: creating FUNCTION chkpass_out(chkpass)
  29. pg_restore: [archiver (db)] Error from TOC entry 506; 1255 23421 FUNCTION chkpass_out(chkpass) postgres
  30. pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/chkpass": No such file or directory
  31. Command was: CREATE FUNCTION chkpass_out(chkpass) RETURNS cstring
  32. LANGUAGE c STRICT
  33. AS '$libdir/chkpass', 'chkpass_out';
  34.  
  35.  
  36. pg_restore: [archiver (db)] could not execute query: ERROR: function public.chkpass_out(chkpass) does not exist
  37. Command was: ALTER FUNCTION public.chkpass_out(chkpass) OWNER TO postgres;
  38.  
  39. pg_restore: creating FUNCTION ltree_ne(ltree, ltree)
  40. pg_restore: [archiver (db)] Error from TOC entry 1046; 1255 24548 FUNCTION ltree_ne(ltree, ltree) postgres
  41. pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/ltree": No such file or directory
  42. Command was: CREATE FUNCTION ltree_ne(ltree, ltree) RETURNS boolean
  43. LANGUAGE c IMMUTABLE STRICT
  44. AS '$libdir/ltree', 'ltree_ne';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement