LINUX.ORG.RU
 

PostgreSQL 7.0.2


0

0

Вышел PostgreSQL 7.0.2. От версий 7.0 и 7.0.1 он отличается лишь незначительными улучшениями в работе и добавлением отсутствующей документации.

>>> Подробности


[#]  

Не понял

А почему после добавления отсутствующей документации размер УМЕНЬШИЛСЯ на мег с гаком???

* ()
[#]  

Re: PostgreSQL 7.0.2

This is essentially a cleanup of v7.0 and the addition of some missing docs from v7.0.1. -- что переводится примерно так: Это, по существу, чистка кода версии 7.0, с добавлением некоторой отсутсвующей документации

* ()
[#]  

Re: PostgreSQL 7.0.2

О! Там еще нет plperl'а, который был в 7.0

* ()
[#] Ответ на: Re: PostgreSQL 7.0.2 от CybOrc 07.06.2000 15:54:31  

Re: PostgreSQL 7.0.2

Странно, а что ж я тогда только что скомпилил и в рпм закатал???

* ()
[#]  

Re: PostgreSQL 7.0.2

А он также как и 6.5-7.0 неумеет работать с пересеченияем/объединением позапросов в IN (...)?

anonymous ()
[#] Ответ на: Re: PostgreSQL 7.0.2 от anonymous 08.06.2000 7:44:57  

Re: Re: PostgreSQL 7.0.2

> А он также как и 6.5-7.0 неумеет работать с пересеченияем/объединением позапросов в IN (...)?

А конкретный пример что не работает, можно?

* ()
[#] Ответ на: Не понял от CybOrc 07.06.2000 13:02:49  

Re: Не понял

> А почему после добавления отсутствующей документации размер УМЕНЬШИЛСЯ на мег с гаком???

RPMs for PostgreSQL 7.0.2 are now available at
ftp://ftp.postgresql.org/pub/binary/v7.0.2/redhat-RPM/RPMS/redhat-6.x

There is only one major change from the 7.0-3 RPMset (other than the uprev to
7.0.2, which involves the removal of the pre-built PostScript documentation),
and that is the removal of the pl/perl subpackage. If you want pl/perl, the
lines to build it are still in the spec file, just commented out. There have been reports
of difficulties building and/or running pl/perl on platforms other than x86. I
still want to thank Karl DeBisschop for getting it to build on x86.

There are a number of minor changes; see the spec file's changelog for details.

* ()