Unix Technical Forum

The server lacks instrumentation functions

This is a discussion on The server lacks instrumentation functions within the pgsql Admins forums, part of the PostgreSQL category; --> When connection to the server with pgadmin3 there is a warning: "The server lacks instrumentation functions ..." There may ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Admins

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 07:39 AM
Thomas Vatter
 
Posts: n/a
Default The server lacks instrumentation functions

When connection to the server with pgadmin3 there is a warning:
"The server lacks instrumentation functions ..."
There may be something wrong with my installation.
The server is version 8.1.4, it is the version for sles9 downloaded as
rpms from suse.



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 07:40 AM
Jim Nasby
 
Posts: n/a
Default Re: The server lacks instrumentation functions

On Sep 21, 2006, at 1:53 PM, Thomas Vatter wrote:
> When connection to the server with pgadmin3 there is a warning:
> "The server lacks instrumentation functions ..."
> There may be something wrong with my installation.
> The server is version 8.1.4, it is the version for sles9 downloaded as
> rpms from suse.


I don't know, but I'm sure someone on the pgAdmin (not pgsql-admin)
list could help.
--
Jim Nasby jimn@enterprisedb.com
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)


--
Jim Nasby jimn@enterprisedb.com
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 07:40 AM
Guillaume Lelarge
 
Posts: n/a
Default Re: The server lacks instrumentation functions

Jim Nasby a ecrit le 22/09/2006 04:52:
> On Sep 21, 2006, at 1:53 PM, Thomas Vatter wrote:
>> When connection to the server with pgadmin3 there is a warning:
>> "The server lacks instrumentation functions ..."
>> There may be something wrong with my installation.
>> The server is version 8.1.4, it is the version for sles9 downloaded as
>> rpms from suse.

>
> I don't know, but I'm sure someone on the pgAdmin (not pgsql-admin) list
> could help.


A package has to be installed on the server. admin81 is its name. You
can find more infos on :
http://www.pgadmin.org/docs/1.4/extend.html

Regards.


--
Guillaume.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-10-2008, 07:40 AM
August Zajonc
 
Posts: n/a
Default Re: The server lacks instrumentation functions

Guillaume Lelarge wrote:
> Jim Nasby a ecrit le 22/09/2006 04:52:
>> On Sep 21, 2006, at 1:53 PM, Thomas Vatter wrote:
>>> When connection to the server with pgadmin3 there is a warning:
>>> "The server lacks instrumentation functions ..."
>>> There may be something wrong with my installation.
>>> The server is version 8.1.4, it is the version for sles9 downloaded as
>>> rpms from suse.

>>
>> I don't know, but I'm sure someone on the pgAdmin (not pgsql-admin)
>> list could help.

>
> A package has to be installed on the server. admin81 is its name. You
> can find more infos on :
> http://www.pgadmin.org/docs/1.4/extend.html
>


Which really should be integrated into the main distribution. MySQL gets
it very right here, and comes out of the box with some better standard
instrumentation.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-10-2008, 07:40 AM
Joshua D. Drake
 
Posts: n/a
Default Re: The server lacks instrumentation functions

August Zajonc wrote:
> Guillaume Lelarge wrote:
>> Jim Nasby a ecrit le 22/09/2006 04:52:
>>> On Sep 21, 2006, at 1:53 PM, Thomas Vatter wrote:
>>>> When connection to the server with pgadmin3 there is a warning:
>>>> "The server lacks instrumentation functions ..."
>>>> There may be something wrong with my installation.
>>>> The server is version 8.1.4, it is the version for sles9 downloaded as
>>>> rpms from suse.
>>> I don't know, but I'm sure someone on the pgAdmin (not pgsql-admin)
>>> list could help.

>> A package has to be installed on the server. admin81 is its name. You
>> can find more infos on :
>> http://www.pgadmin.org/docs/1.4/extend.html
>>

>
> Which really should be integrated into the main distribution. MySQL gets
> it very right here, and comes out of the box with some better standard
> instrumentation.


It is integrated into the main distribution. It is in contrib and you
can add them as you like.

Joshua D. Drake


>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>



--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-10-2008, 07:40 AM
August Zajonc
 
Posts: n/a
Default Re: The server lacks instrumentation functions

Joshua D. Drake wrote:
> August Zajonc wrote:
>> Guillaume Lelarge wrote:
>>> Jim Nasby a ecrit le 22/09/2006 04:52:
>>>> On Sep 21, 2006, at 1:53 PM, Thomas Vatter wrote:
>>>>> When connection to the server with pgadmin3 there is a warning:
>>>>> "The server lacks instrumentation functions ..."
>>>>> There may be something wrong with my installation.
>>>>> The server is version 8.1.4, it is the version for sles9
>>>>> downloaded as
>>>>> rpms from suse.
>>>> I don't know, but I'm sure someone on the pgAdmin (not pgsql-admin)
>>>> list could help.
>>> A package has to be installed on the server. admin81 is its name. You
>>> can find more infos on :
>>> http://www.pgadmin.org/docs/1.4/extend.html
>>>

>>
>> Which really should be integrated into the main distribution. MySQL gets
>> it very right here, and comes out of the box with some better standard
>> instrumentation.

>
> It is integrated into the main distribution. It is in contrib and you
> can add them as you like.
>

Apologies for the shortness of my tone. This has just been something
that has bothered me for a bit.

I see it's made it into /contrib, which is fantastic news! Dave I think
actually wrote me about this possibility a while back, so great to see
that it has happened!

Many of the distributions[1] still haven't picked up the adminpack, so
from a casual end users perspective installing the adminpack has been
non-trivial. I suspect for the person asking the question it actually
remains so even today. Remember that many people are doing binary
installs from a distribution. Last time I looked adminpack didn't use
PGXS either, though that too may have changed

Anyways, hopefully all this will be fixed in the 8.2 cycle and the
adminpack will become more available everywhere.

The reason this is interesting to me is that for me, instrumentation
really seemed like a core thing that one would want in a database. Most
other databases shipped with a standard interface exposing a fair bit of
info. Oracle is ridiculous in this way, but MySQL has some standard
basics as well. This meant that many management tools picked up that
exported set of information, because it was standardized and they could
count on it. The pg adminpack was really driven by pgadmin development,
and historically one had to go through pgadmin to get it.

Good news,

- August

[1] OpenSuSE, Fedora Dev, Mandriva

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-10-2008, 07:40 AM
Tom Lane
 
Posts: n/a
Default Re: The server lacks instrumentation functions

August Zajonc <augustz@augustz.com> writes:
> The reason this is interesting to me is that for me, instrumentation
> really seemed like a core thing that one would want in a database.


AFAICS, contrib/adminpack has approximately nothing to do with
"instrumentation".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com