Re: PostgreSQL and Ubuntu (and Evergreen)

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Jeff Fox <JFox(at)museumofflight(dot)org>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: PostgreSQL and Ubuntu (and Evergreen)
Date: 2013-03-14 15:44:38
Message-ID: 1363275878.35444.YahooMailNeo@web162905.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jeff Fox <JFox(at)museumofflight(dot)org> wrote:

> I am installing Evergreen 2.2.3 library system

I had to do a web search to find out what that meant.  For the
benefit of others, this is application software "for libraries
that helps library patrons find library materials, and helps
libraries manage, catalog, and circulate those materials."

http://evergreen-ils.org/

> which uses PostgreSQL 9.

A major release in PostgreSQL is identified by everything before
the second dot.  9.0, 9.1, and 9.2 are have different feature sets.
Beyond that, it often helps to know the minot release because
there may be bug fixes in later minor releases which are relevant.
The best thing, where possible, is to show the output of running
this on a database connection:

SELECT version();

> Evergreen cannot “see” the database. If anyone out there would
> like to help, please let me know and I’ll send logs and error
> messages. I am royally stuck (and so close to completing the
> install!)

Logs and error messages are really needed for anyone to make a
useful suggestion.  Is there some reason you can't show the
relevant parts on this list?  If you do, you are very likely to get
a volunteer to offer advice.

You might want to browse this:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message kobolds 2013-03-14 18:58:47 Re: [postgresql 9.2.3] schema and privileges
Previous Message Christian Hammers 2013-03-14 10:26:42 Re: How to clean up pg_xlog on StandBy in Stream Replication?