Re: Tab completion not working on OSX Lion (10.7.3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bryan Hughes <huuuze(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tab completion not working on OSX Lion (10.7.3)
Date: 2012-04-14 02:52:17
Message-ID: 2625.1334371937@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bryan Hughes <huuuze(at)gmail(dot)com> writes:
> I now have "libreadline.a" in /usr/local/lib. Assuming that's the goal,
> would you be kind enough to walk me through the next step -- linking that
> lib to psql?

I think it should work to just configure and build postgres the same as
you otherwise would --- I believe Apple's gcc follows the usual
convention of looking in /usr/local first. You can check the results
with "otool -L psql". If it mentions /usr/lib/libedit.dylib or
/usr/lib/libreadline.dylib, you still have a dependency on libedit,
else not.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message go.dbms 2012-04-14 04:46:34 Error with compile source code on CentOS5.7
Previous Message raghu ram 2012-04-14 02:09:48 Re: how to list all the schema and the privileges which is granted to users.THanks.