Re: pgAdmin Admin Tools Install

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: <hunkybill(at)gmail(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin Admin Tools Install
Date: 2006-01-17 20:41:27
Message-ID: BFF306F7.3EA3%dpage@vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 17/1/06 18:49, "hunkybill(at)gmail(dot)com" <hunkybill(at)gmail(dot)com> wrote:

> Hi,
>
> I have a FC4 server running PostgreSQL 8.1.0 with no apparent problems.
> I compiled from source and so far have experienced only minor issues
> related to dumping databases from 7.4.6 and trying to get them working
> on 8.1.0. My set returning functions were mangled and needed to be rebuilt.
>
> I have downloaded the Admin81 code base for pgAdmin and installed in
> /contrib as per the instructions, followed by make && make install. No
> errors occurred. I then took the admin81.sql.in script and attempted to
> run it from both the psql perspective on postgres and the pgAdmin
> connection to postgres database. I encountered errors, specifically...
>
> ERROR: could not access file "MODULE_PATHNAME": No such file or directory
>
> I am not sure how to proceed with solving this problem. Is there
> something I need to do different? I used my root account to make and
> install.

Hi Dave

When you ran 'make install' it should have built a 'real' admin81.sql script
form admin81.sql.in and installed it under $PGDIR/share/contrib (iirc). You
need to execute that, not the .in source file.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Francisco Leovey 2006-01-18 12:01:13 Pgadmin III not honoring DATESTYLE
Previous Message hunkybill 2006-01-17 18:49:52 pgAdmin Admin Tools Install