[pgadmin-support] shared_preload_libraries error message

2009-07-20 Thread Michael Shapiro
This is a new error message. I have been using 1.10.0 (jun 29 2009, rev:
7942:7934M) for a number of weeks now, and I am just now seeing this error
message. It only occurs the first time I ask the see a function. After that
(even for other functions) it does not happen.

The server is Postgres 8.1.9, under Linux 3.2.3-58.


2009-07-20 08:14:09 STATUS : Retrieving Function details...
2009-07-20 08:14:09 STATUS : Retrieving Function details... (0.00 secs)
2009-07-20 08:14:09 QUERY  : Scalar query (tgcdb.teragrid.org:5432): SHOW
shared_preload_libraries;
2009-07-20 08:14:09 ERROR  : ERROR:  unrecognized configuration parameter
"shared_preload_libraries"


Re: [pgadmin-support] shared_preload_libraries error message

2009-07-20 Thread Guillaume Lelarge
Le lundi 20 juillet 2009 à 15:21:19, Michael Shapiro a écrit :
> This is a new error message. I have been using 1.10.0 (jun 29 2009, rev:
> 7942:7934M) for a number of weeks now, and I am just now seeing this error
> message. It only occurs the first time I ask the see a function. After that
> (even for other functions) it does not happen.
>
> The server is Postgres 8.1.9, under Linux 3.2.3-58.
>
>
> 2009-07-20 08:14:09 STATUS : Retrieving Function details...
> 2009-07-20 08:14:09 STATUS : Retrieving Function details... (0.00 secs)
> 2009-07-20 08:14:09 QUERY  : Scalar query (tgcdb.teragrid.org:5432): SHOW
> shared_preload_libraries;
> 2009-07-20 08:14:09 ERROR  : ERROR:  unrecognized configuration parameter
> "shared_preload_libraries"

preload_libraries was renamed to shared_preload_libraries on 8.2. We check the 
value of shared_preload_libraries to see if it contains the pldebugger 
library's name. We need to add some code to switch the name of the parameter 
depending on the version of the server we're connected to. I'll write a fix 
asap.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support


Re: [pgadmin-support] shared_preload_libraries error message

2009-07-20 Thread Guillaume Lelarge
Le lundi 20 juillet 2009 à 15:37:26, Guillaume Lelarge a écrit :
> Le lundi 20 juillet 2009 à 15:21:19, Michael Shapiro a écrit :
> > This is a new error message. I have been using 1.10.0 (jun 29 2009, rev:
> > 7942:7934M) for a number of weeks now, and I am just now seeing this
> > error message. It only occurs the first time I ask the see a function.
> > After that (even for other functions) it does not happen.
> >
> > The server is Postgres 8.1.9, under Linux 3.2.3-58.
> >
> >
> > 2009-07-20 08:14:09 STATUS : Retrieving Function details...
> > 2009-07-20 08:14:09 STATUS : Retrieving Function details... (0.00 secs)
> > 2009-07-20 08:14:09 QUERY  : Scalar query (tgcdb.teragrid.org:5432): SHOW
> > shared_preload_libraries;
> > 2009-07-20 08:14:09 ERROR  : ERROR:  unrecognized configuration parameter
> > "shared_preload_libraries"
>
> preload_libraries was renamed to shared_preload_libraries on 8.2. We check
> the value of shared_preload_libraries to see if it contains the pldebugger
> library's name. We need to add some code to switch the name of the
> parameter depending on the version of the server we're connected to. I'll
> write a fix asap.

Fixed, thanks. It should be available in 1.10.1.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support