Обсуждение: Postgres7.2.2
Hi all,
where can I find the changes on Postgres 7.2.2 ?
Ciao
Gaetano
--
#exclude <windows>
#include <CSRSS>
printf("\t\t\b\b\b\b\b\b");.
printf("\t\t\b\b\b\b\b\b");
There is a HISTORY file in the top level of the source tree, and in the
docs in release.sgml.
---------------------------------------------------------------------------
Gaetano Mendola wrote:
> Hi all,
> where can I find the changes on Postgres 7.2.2 ?
>
>
> Ciao
> Gaetano
>
> --
> #exclude <windows>
> #include <CSRSS>
> printf("\t\t\b\b\b\b\b\b");.
> printf("\t\t\b\b\b\b\b\b");
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
"Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message news:200208291833.g7TIXPK13971@candle.pha.pa.us... > > There is a HISTORY file in the top level of the source tree, and in the > docs in release.sgml. > I was looking in release.html and there the last version is 7.2.1, may be should be fixed ? Ciao Gaetano
Gaetano Mendola wrote: > > "Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message > news:200208291833.g7TIXPK13971@candle.pha.pa.us... > > > > There is a HISTORY file in the top level of the source tree, and in the > > docs in release.sgml. > > > > I was looking in release.html and there > the last version is 7.2.1, may be should be fixed ? Yes, it should. Was release.html in the tarball or on the web somewhere? -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
On 30 Aug 2002 at 11:37, Bruce Momjian wrote: > Yes, it should. Was release.html in the tarball or on the web > somewhere? Also, http://www.postgresql.org/idocs/ refers to 7.2.1. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php
"Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message news:200208301537.g7UFbCa02148@candle.pha.pa.us... > Gaetano Mendola wrote: > > > > "Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message > > news:200208291833.g7TIXPK13971@candle.pha.pa.us... > > > > > > There is a HISTORY file in the top level of the source tree, and in the > > > docs in release.sgml. > > > > > > > I was looking in release.html and there > > the last version is 7.2.1, may be should be fixed ? > > Yes, it should. Was release.html in the tarball or on the web > somewhere? I obtained the Postgres7.2.2 rebuilding the RPM source postgresql-7.2.2-1PGDG.src.rpm on a RedHat 7.1. After the installation the file was on the directory /usr/share/doc/postgresql-7.2.2/html Ciao Gaetano