postgresでうまく行かないことがあり、ログをチェックしてみることにした。 サーバを変えてから大きなトラブルもなく、ログを注視する機会がなかったので、ログの調整から。 postgres 8.1.4 CentOS 5 postgresqlのホームへ移動。 /var/lib/pgsql/data 設定ファイルは postgresql.conf ログの位置は pg_log/postgres-XXX.log ログを出力する位置、ファイル名のルールはpostgresql.confで決めているようだ。 早速ログを見てみるとエラーが連続している。 ------ ERROR: syntax error at or near "and" at character 100 ------ このエラー自体は、今回のトラブルとは無関係だが、解決するに越したことはない。 でも、このエラーだけでは、timesta