Обсуждение: Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

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

Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

От
Jorge Valdés Orozco
Дата:
Hello every vary,
 
 i got the following error:
 
the schema oid can`t be located, please refresh all schemas.
 
This appear when i'm interchanging between database' schemas. Some of my tables are created with oid.
I'm using PostgreSQL 8.0.3 on i686-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).

 
Thank a lot,
 
Jorge.


--
Jorge Valdés Orozco
Bogotá. Colombia.

Re: Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

От
"Dave Page"
Дата:
 


From: pgadmin-support-owner@postgresql.org [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Jorge Valdés Orozco
Sent: 06 September 2005 14:50
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

Hello every vary,
 
 i got the following error:
 
the schema oid can`t be located, please refresh all schemas.
 
This appear when i'm interchanging between database' schemas. Some of my tables are created with oid.
I'm using PostgreSQL 8.0.3 on i686-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).
 
Yes, I'm seeing this as well now - looks like your last commit to pgObject.cpp is broken Andreas :-(
 
Any chance of a fairly rapid fix? I'd like to ship the first 8.1 pgInstaller build with pgAdmin Trunk...
 
Regards Dave

Re: Error in PgAdmin III 1.3.0 Version released

От
Andreas Pflug
Дата:
Dave Page wrote:
>  
> 
>     ------------------------------------------------------------------------
>     *From:* pgadmin-support-owner@postgresql.org
>     [mailto:pgadmin-support-owner@postgresql.org] *On Behalf Of *Jorge
>     Valdés Orozco
>     *Sent:* 06 September 2005 14:50
>     *To:* pgadmin-support@postgresql.org
>     *Subject:* [pgadmin-support] Error in PgAdmin III 1.3.0 Version
>     released at Septembeer 4, 2005
> 
>     Hello every vary,
>      
>      i got the following error:
>      
>     /*the schema oid can`t be located, please refresh all schemas*/.
>      
>     This appear when i'm interchanging between database' schemas. Some
>     of my tables are created with oid.
>     I'm using PostgreSQL 8.0.3 on i686-redhat-linux-gnu, compiled by GCC
>     gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).
>      
> 
> Yes, I'm seeing this as well now - looks like your last commit to 
> pgObject.cpp is broken Andreas :-(

Fixed; a curly brace was a little misplaced. Must have been self-moving :-)

Regards,
Andreas


Re: Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

От
"Dave Page"
Дата:

-----Original Message-----
From: "Andreas Pflug"<pgadmin@pse-consulting.de>
Sent: 06/09/05 20:11:27
To: "Dave Page"<dpage@vale-housing.co.uk>
Cc: "Jorge Valdés Orozco"<jvaldesorozco@gmail.com>, "pgadmin-support@postgresql.org"<pgadmin-support@postgresql.org>
Subject: Re: [pgadmin-support] Error in PgAdmin III 1.3.0 Version released at Septembeer 4, 2005

> Fixed; a curly brace was a little misplaced. > Must have been self-moving :-)

We have a favourite saying in our office:

"It's a bracket. It's alllllllways a bracket!"

/D

-----Unmodified Original Message-----
Dave Page wrote:
>
>
>     ------------------------------------------------------------------------
>     *From:* pgadmin-support-owner@postgresql.org
>     [mailto:pgadmin-support-owner@postgresql.org] *On Behalf Of *Jorge
>     Valdés Orozco
>     *Sent:* 06 September 2005 14:50
>     *To:* pgadmin-support@postgresql.org
>     *Subject:* [pgadmin-support] Error in PgAdmin III 1.3.0 Version
>     released at Septembeer 4, 2005
>
>     Hello every vary,
>
>      i got the following error:
>
>     /*the schema oid can`t be located, please refresh all schemas*/.
>
>     This appear when i'm interchanging between database' schemas. Some
>     of my tables are created with oid.
>     I'm using PostgreSQL 8.0.3 on i686-redhat-linux-gnu, compiled by GCC
>     gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).
>
>
> Yes, I'm seeing this as well now - looks like your last commit to
> pgObject.cpp is broken Andreas :-(

Fixed; a curly brace was a little misplaced. Must have been self-moving :-)

Regards,
Andreas


compilation error

От
Diego Gil
Дата:
I got the following error while compiling 4430 revision:

./ctl/ctlTree.cpp: In constructor
'treeObjectIterator::treeObjectIterator(ctlTree*, pgObject*)':
./ctl/ctlTree.cpp:100: error: conversion from 'int' to 'const
wxTreeItemId' is ambiguous
/usr/local/include/wx-2.6/wx/treebase.h:75: note: candidates are:
wxTreeItemId::wxTreeItemId(long int)
/usr/local/include/wx-2.6/wx/treebase.h:59: note:
wxTreeItemId::wxTreeItemId(void*)
make[2]: *** [ctlTree.o] Error 1
make[2]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3'
make: *** [all] Error 2

Maybe another gcc4 related error or a wxWidgets issue ?.

Regards,
Diego.

El mar, 06-09-2005 a las 21:11 +0200, Andreas Pflug escribió:
> Dave Page wrote:
> >
> >
> >     ------------------------------------------------------------------------
> >     *From:* pgadmin-support-owner@postgresql.org
> >     [mailto:pgadmin-support-owner@postgresql.org] *On Behalf Of *Jorge
> >     Valdés Orozco
> >     *Sent:* 06 September 2005 14:50
> >     *To:* pgadmin-support@postgresql.org
> >     *Subject:* [pgadmin-support] Error in PgAdmin III 1.3.0 Version
> >     released at Septembeer 4, 2005
> >
> >     Hello every vary,
> >
> >      i got the following error:
> >
> >     /*the schema oid can`t be located, please refresh all schemas*/.
> >
> >     This appear when i'm interchanging between database' schemas. Some
> >     of my tables are created with oid.
> >     I'm using PostgreSQL 8.0.3 on i686-redhat-linux-gnu, compiled by GCC
> >     gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).
> >
> >
> > Yes, I'm seeing this as well now - looks like your last commit to
> > pgObject.cpp is broken Andreas :-(
>
> Fixed; a curly brace was a little misplaced. Must have been self-moving :-)
>
> Regards,
> Andreas
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>
>



Re: compilation error

От
Andreas Pflug
Дата:
Diego Gil wrote:
> I got the following error while compiling 4430 revision:
> 
> ./ctl/ctlTree.cpp: In constructor
> 'treeObjectIterator::treeObjectIterator(ctlTree*, pgObject*)':
> ./ctl/ctlTree.cpp:100: error: conversion from 'int' to 'const
> wxTreeItemId' is ambiguous

(hopefully) fixed in svn.


Regards,
Andreas


Re: compilation error

От
Andreas Pflug
Дата:
Diego Gil wrote:
> Andreas:
> 
> I have attached an updated spanish translation.

committed to SVN.
I am still having some english captions, even if I translated it
> in my local copy. Most captions for "New Object" menus and popups seems
> to be not localized.

Check now.

> 
> A last one: I can see a Job or any PgAgent related node even when I
> created postgres database and run the installation script. Daemon needs
> to be running to see that nodes ?

No, only schema is necessary. You can define a job, without having the 
agent running.

Regards,
Andreas

PS such new stuff is better discussed on -hackers.