Re: admin82.sql FreeBSD specific

From: Walter Vaughan <wvaughan(at)steelerubber(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: admin82.sql FreeBSD specific
Date: 2006-12-19 22:52:45
Message-ID: 45886D3D.2090006@steelerubber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alvaro Herrera wrote:
> Walter Vaughan wrote:
>>I just removed 8.1.5 and installed 8.2.0 on a freeBSD server. I cannot seem
>>to find where it placed admin82.sql, if in fact such a beast should have
>>been created with the initdb step.
> I believe said admin81.sql corresponds to functions that were included
> into 8.2, and that the rest of the stuff is in a contrib module aptly
> named "adminpack".

Okay for those behind me, the next step after installing 8.2 is
# cd /usr/ports/databases/postgresql-contrib && make install clean

...which puts the README's in /usr/local/share/doc/postgresql/contrib
...and the stuff in /usr/local/share/postgresql/contrib

which in the case of freebsd is the location of both adminpack.sql and
uninstall_adminpack.sql.

The README.adminpack has slightly misleading info (at least for me)
$ psql -U pgsql postgres < adminpack.sql
may be more correct for you instead of "-U postgres" which is not the user
created by the ports collection.

However now instead of a connecting instantly, it takes almost a minute to have
a connect using pgAdmin 1.6.1 on my windows box to the freeBSD server when
connecting. :(
But I don't get the nag screen about missing functionality. :)

Argh. Can't it be fast and accurate?

--
Walter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew O'Connor 2006-12-19 23:03:35 Re: Autovacuum Improvements
Previous Message Brandon Aiken 2006-12-19 22:50:13 Re: Autovacuum Improvements