Re: Users and multiple server environment

From: Michael Long <mlong(at)datalong(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Users and multiple server environment
Date: 2004-10-03 06:22:23
Message-ID: 415F9A9F.6090500@datalong.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Michael Long wrote:

>
>> You're missing something. Check which port you are actually talking to.
>>
>> I do this all the time --- my development machine standardly has half a
>> dozen postmasters running on it, one for each major release 7.0-current.
>> They do not impinge on each other at all. It helps to build each
>> release from source so that you can set a different install prefix and
>> default port number for each one.
>>
Further investigation shows that I was not using the newly built psql
binary. When attempting to use the newly built binary I get an error.
Did I miss something during the configure/make dance. Here is what I get.

./psql -U proporg
./psql: relocation error: ./psql: undefined symbol: PQsetErrorVerbosity

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-10-03 06:33:45 Re: Users and multiple server environment
Previous Message Micahael Long 2004-10-03 06:13:09 pg_dump w/ 8.0b2 and win2k