JSP pages don't work with database after postgres downgrade

Поиск
Список
Период
Сортировка
От Phill Edwards
Тема JSP pages don't work with database after postgres downgrade
Дата
Msg-id c92a75980603062142rb6d9c29s@mail.gmail.com
обсуждение исходный текст
Ответы Re: JSP pages don't work with database after postgres downgrade  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: JSP pages don't work with database after postgres downgrade  (Chris Travers <chris@metatrontech.com>)
Список pgsql-general
I recently had to downgrade a version of postgres on a devleopment box
from 7.3.2 to 7.2.2 to bring it in line with a production server. I
reinstalled postgres, postgres-server and postgres-jdbc. Now when I
try to run pages from a web application written in JSP using
apache/tomcat they don't work.

By "don't work" I specifically mean that the 1st page is one where the
user's username and password are checked against a table in the
database. This is coming back with a logon failed message even though
I know that the username and password are correct. So I am assuming
that the JSP pages are having trouble connecting to the database.

Does anyone know how I can go about debugging this to find the root of
the problem?

Regards,
Phill

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Data corruption zero a file - help!!
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: is it possible to get current_user inside security definer function ?