Re: Segmentation fault

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-support(at)postgresql(dot)org
Cc: Michael Shapiro <mshapiro51(at)gmail(dot)com>, Pedro Doria Meunier <pdoria(at)netmadeira(dot)com>
Subject: Re: Segmentation fault
Date: 2009-07-08 20:04:58
Message-ID: 200907082204.59004.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le mercredi 8 juillet 2009 à 16:09:15, Michael Shapiro a écrit :
> The query
> select count(*) from pg_proc where proname='pg_file_write';
> returns 1
>

Which release of PostgreSQL are you using? Did you change it? (I'm thinking
about a 8.1 to something upgrade). Because the error message says you don't
have $libdir/admin81.so (or .dll on Windows) installed ont your server. I see
two ways to get such an error: someone removed or renamed $libdir/admin81.so
or someone upgraded the PostgreSQL server.

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-07-08 20:06:43 Re: Segmentation fault
Previous Message Michael Shapiro 2009-07-08 14:09:15 Re: Segmentation fault