[pgsql-jp: 40790] Postgres8.0から8.2移行時のエラー
倉持 悠
h-kuramo @ hs21.co.jp
2011年 5月 19日 (木) 21:11:18 JST
はじめまして。倉持と申します。
Postgres8.0から8.2へバージョンアップするため、
8.0のDBをバックアップし、8.2のDBにリストアしました。
Postgresのログを見ると、リストア時に
以下のようなエラーが出力されていました。
これらは、何か影響あるのでしょうか?
その後、DB検索・更新する処理を流しても特にエラーは吐かれませんが、
気になりますので、ご教授お願い致します。
【エラーログ】
ERROR: invalid byte sequence for encoding "EUC_JP": 0x938c
ERROR: could not access file "$libdir/dbsize": No such file or directory
ERROR: function public.database_size(name) does not exist
ERROR: function public.pg_database_size(oid) does not exist
ERROR: could not access file "$libdir/admin": No such file or directory
ERROR: function public.pg_dir_ls(text, boolean) does not exist
ERROR: function public.pg_file_read(text, bigint, bigint) does not exist
ERROR: function public.pg_file_rename(text, text, text) does not exist
ERROR: function public.pg_file_stat(text) does not exist
ERROR: function public.pg_file_unlink(text) does not exist
ERROR: function public.pg_file_write(text, text, boolean) does not exist
ERROR: function public.pg_logdir_ls() does not exist
ERROR: function public.pg_postmaster_starttime() does not exist
ERROR: function public.pg_relation_size(oid) does not exist
ERROR: function public.pg_reload_conf() does not exist
ERROR: function public.pg_size_pretty(bigint) does not exist
ERROR: function public.pg_tablespace_size(oid) does not exist
ERROR: function public.relation_size(text) does not exist
ERROR: function pg_logdir_ls() does not exist at character 68
ERROR: relation "public.pg_logdir_ls" does not exist
pgsql-jp メーリングリストの案内