Обсуждение: Is 7.0 ready?

Поиск
Список
Период
Сортировка

Is 7.0 ready?

От
"Ing. Roberto Andrade Fonseca"
Дата:
Hia:

I can see in ftp.postgresql.org/pub, the file  postgresql-7.0RC1.tar.gz.

What ORC1 stands for? Is it the non-beta version?

Thanks.

Saludos,

Roberto Andrade Fonseca
randrade@abl.com.mx


Re: Is 7.0 ready?

От
Bruce Momjian
Дата:
> Hia:
>
> I can see in ftp.postgresql.org/pub, the file  postgresql-7.0RC1.tar.gz.
>
> What ORC1 stands for? Is it the non-beta version?

7.0-RC1.  RC stands for release candidate.  We are nearing the 7.0 final
release.


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: Is 7.0 ready?

От
Stephan Richter
Дата:
>I can see in ftp.postgresql.org/pub, the file  postgresql-7.0RC1.tar.gz.
>
>What ORC1 stands for? Is it the non-beta version?

Version 7.0 Release Candidate 1. Yes, this means if no bugs are found, it
will be 7.0. I saw this version already early last week, even though it was
not announced in the News section. I currently running 7.0RC1 on a
production system and I have no problems so far. (Lucky me! :) )

Regards,
Stephan
--
Stephan Richter - (901) 573-3308 - srichter@cbu.edu
CBU - Physics & Chemistry; Framework Web - Web Design & Development
PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391


Re: Is 7.0 ready?

От
Fabrice Scemama
Дата:
Stephan Richter wrote:
>
> >I can see in ftp.postgresql.org/pub, the file  postgresql-7.0RC1.tar.gz.
> >
> >What ORC1 stands for? Is it the non-beta version?
>
> Version 7.0 Release Candidate 1. Yes, this means if no bugs are found, it
> will be 7.0. I saw this version already early last week, even though it was
> not announced in the News section. I currently running 7.0RC1 on a
> production system and I have no problems so far. (Lucky me! :) )

Yesterday, I chose to do the same. No problem has been met so far.
Oh, yes, only a small thing: scripts have had to be modified:
i was doing "select distinct on my_field aaa, bbb, my_field ..."
which is not correct any more. Pg7 insists that you write
"select distinct on (my field) aaa, ...." instead. That's all
I've got to say about it, so far.

Thanks you everyone who coded it, for this smart new Pg release.

Fabrice Scemama

Re: Is 7.0 ready? -> DBD as well???

От
Thomas Good
Дата:
On Mon, 24 Apr 2000, Stephan Richter wrote:

>
> >I can see in ftp.postgresql.org/pub, the file  postgresql-7.0RC1.tar.gz.
> >
> >What ORC1 stands for? Is it the non-beta version?
>
> Version 7.0 Release Candidate 1. Yes, this means if no bugs are found, it
> will be 7.0. I saw this version already early last week, even though it was
> not announced in the News section. I currently running 7.0RC1 on a
> production system and I have no problems so far. (Lucky me! :) )
>
> Regards,
> Stephan

Stephan,

Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?

Cheers,
Tom

---------------------------------------------------------------------------
               North Richmond Community Mental Health Center
---------------------------------------------------------------------------
Thomas Good, MIS Coordinator                tomg@ { admin | q8 } .nrnet.org
                                                        Phone: 718-354-5528
                                                        Fax:   718-354-5056
---------------------------------------------------------------------------
 North Richmond Systems       PostgreSQL                 s l a c k w a r e
   Are Powered By:              RDBMS                   |---------- linux
---------------------------------------------------------------------------


Re: Is 7.0 ready? -> DBD as well???

От
Stephan Richter
Дата:
>Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?

I do not know, since I don't know what a DBD driver is. I am really not a
DB expert. I am using databases for serving a lot of data to Web pages. :)

Reagrds,
Stephan
--
Stephan Richter - (901) 573-3308 - srichter@cbu.edu
CBU - Physics & Chemistry; Framework Web - Web Design & Development
PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391


Re: Is 7.0 ready? -> DBD as well???

От
Ed Loehr
Дата:
Stephan Richter wrote:
>
> >Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?

I am running DBD::Pg 0.93 with pg7 and it works fine.

Re: Is 7.0 ready? -> DBD as well???

От
simond@irrelevant.org
Дата:
On Tue, Apr 25, 2000 at 08:02:41AM -0500, Stephan Richter wrote:
>
> >Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?
>
> I do not know, since I don't know what a DBD driver is. I am really not a
> DB expert. I am using databases for serving a lot of data to Web pages. :)

I think he means a perl database driver for use with DBI.

--
Simon Dick                    simond@irrelevant.org

Re: Is 7.0 ready? -> DBD as well???

От
Andy Lewis
Дата:
And so am I.

Andy

On Tue, 25 Apr 2000, Ed Loehr wrote:

> Stephan Richter wrote:
> >
> > >Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?
>
> I am running DBD::Pg 0.93 with pg7 and it works fine.
>


Re: Is 7.0 ready? -> DBD as well???

От
"Robert B. Easter"
Дата:
On Tue, 25 Apr 2000, Ed Loehr wrote:
> Stephan Richter wrote:
> >
> > >Do you know if Edmund (Mergl) has written a DBD driver for Pg7 yet?
>
> I am running DBD::Pg 0.93 with pg7 and it works fine.


The following is an email response I got from Edmund Mergl about DBD-Pg 0.93
with PostgreSQL 7.0beta5:

On Mon, 17 Apr 2000, Edmund Mergl wrote:
> "Robert B. Easter" wrote:
> >
> > I'm running PostgreSQL 7.0beta5.  I tried to install DBD-Pg and some "not ok"
> > results.  I'm hoping you can look and offer some suggestions.
> >
> > ---
> > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
> > -I/usr/local/lib/perl5/5.6.0/i686-linux -I/usr/local/lib/perl5/5.6.0 test.pl
> > OS: linux DBI->data_sources .......... ok
> > DBI->connect ............... ok
> > $dbh->{Name} ............... ok
> > $dbh->ping ................. ok
> > $dbh->do ................... ok
> > $dbh->table_info ........... ok
> > $dbh->tables ............... ok
> > $dbh->pg_table_attributes .. not ok: date_
> > $dbh->prepare .............. ok
> > $dbh->execute .............. ok
> > $sth->{pg_oid_status} ...... ok
> > $sth->{pg_cmd_status} ...... ok
> > $sth->finish ............... ok
> > $sth->bind_param ........... ok
> > $sth->fetchrow_array ....... not ok: 1 a Edmund Mergl quote \ ' this   Edmund Mergl Edmund Mergl 1997-08-03 1234
{1,2,3}1.234 (1,2) [(1,2),(3,4)] (3,4),(1,2) 
> > $sth->fetchrow_arrayref .... not ok: 0 b Halli  Hallo but  not  this   Halli  Hallo Halli  Hallo 1995-06-01 5678
{5,6,7}5.678 (4,5) [(4,5),(6,7)] (6,7),(4,5) 
> > $sth->fetchrow_hashref ..... not ok:  key = box_, val = (8,7),(2,3)
> > $sth->{NAME} ............... ok
> > $sth->{TYPE} ............... ok
> > $sth->{pg_size} ............ ok
> > $sth->{pg_type} ............ ok
> > $sth->bind_columns ......... ok
> > $sth->fetch ................ not ok:  1, a, Edmund Mergl, quote \ ' this  , Edmund Mergl, Edmund Mergl, 1997-08-03,
1234,{1,2,3}, 1.234, (1,2), [(1,2),(3,4)], (3,4),(1,2) 
> > $sth->bind_col ............. ok
> > $sth->fetch ................ ok
> > $sth->{ChopBlanks} .......... not ok: 1 a Edmund Mergl quote \ ' this Edmund Mergl Edmund Mergl 1997-08-03 1234
{1,2,3}1.234 (1,2) [(1,2),(3,4)] (3,4),(1,2) 
> > $sth->rows ................. ok
> > $dbh->func(lo_import) ...... ok
> > $sth->blob_read ............ ok
> > $dbh->func(lo_open) ........ ok
> > $dbh->func(lo_lseek) ....... ok
> > $dbh->func(lo_read) ........ ok
> > $dbh->func(lo_tell) ........ ok
> > $dbh->func(lo_close) ....... ok
> > NOTICE:  Caution: DROP TABLE cannot be rolled back, so don't abort now
> > NOTICE:  Caution: DROP INDEX cannot be rolled back, so don't abort now
> > $dbh->func(lo_unlink) ...... ok
> > compare blobs .............. ok
> > $dbh->disconnect ........... ok
> > test sequence finished.
> > ---
> >
> > --
> > Robert B. Easter
> > reaster@comptechnews.com
> >
> >
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >                   Name: test.txt
> >    test.txt       Type: text/x-c++
> >               Encoding: base64
> >            Description: make test output
>
>
> there is no major problem, the default date format has changed.
> A new version will be available soon.
>
> Edmund
>
> --
> Edmund Mergl
> mailto:E.Mergl@bawue.de
> http://www.edmund-mergl.de
> fon: +49 700 EDEMERGL