Re: PostgreSQL 7.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 7.0
Дата
Msg-id 17611.971149185@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 7.0  ("Jack" <jack@antyspam.pl>)
Список pgsql-general
"Jack" <jack@antyspam.pl> writes:
> I have been upgrading Postgresql version from 6.5 into 7.0 and slight
> problems emerged, probably due to my insufficient knowledge:
> 1. In the older version, in psql, I could repeat SQL commands by means of
> up-down keys - now I have to type everything again;

Sounds like psql was built without libhistory.  If you compiled postgres
yourself, the odds are that the problem is you don't have the libhistory
devel RPM installed.  Install it, reconfigure and recompile postgres.

> 2. ODBC driver I have used to cooperate with the older Postgresql version
> (access to the database from Access97) - now tables can be opened only in
> the read-only mode.

Not sure about this one.  The usual Access issue is that it doesn't
like tables without primary keys, but I don't see why there'd be
any change across postgres versions.  Any ideas out there?

            regards, tom lane

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

Предыдущее
От: "Keith L. Musser"
Дата:
Сообщение: Re: Re: JDBC Performance
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Question !