私のアプリケーションに問題があります。私の開発環境では動作しますが、私の顧客のサーバでは動作しません。generate_series()関数がありません。PostgreSQL
タイムスタンプ付きgenerate_seriesは機能しません。同じ機能ですが、整数で動作します。
エラーメッセージ:
[Request processing failed; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query] with root cause
org.postgresql.util.PSQLException: ERROR: function generate_series(unknown, unknown, interval) does not exist
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
私はPostgreSQLの機能を見つけることができません。可能であれば、これらのメソッドのコピーを入手してインストールすることができます。
ああ、神..私はそれを確認する必要があります – heldt
はい!旧バージョン。助けてくれてありがとう! – heldt
@heldt以前の8.4バージョンでは、古い関数シグネチャで新しい機能を複製することができます。それを行う方法について質問を投稿するだけです。 –