Re: PgAdmin forgets stored password on connection problem

Поиск
Список
Период
Сортировка
От Eugene Lisitsky
Тема Re: PgAdmin forgets stored password on connection problem
Дата
Msg-id a745310911120355v70c5756rebb63a30add48f58@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PgAdmin forgets stored password on connection problem  (Dave Page <dpage@pgadmin.org>)
Ответы Re: PgAdmin forgets stored password on connection problem  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support


2009/11/12 Dave Page <dpage@pgadmin.org>
On Thu, Nov 12, 2009 at 10:32 AM, Eugene Lisitsky <lisitsky@gmail.com> wrote:
>> I can't get excited at the thought of cluttering the UI to resolve a
>> minor issue. I'd rather we tried to read the pgpass file so we could
>> default the password. Not sure how much effort that would take, but we
>> can probably lift much of the code from libpq.
>
> Excellent idea!
> How do you write .pgpass now? Using some functions from libpq or with your
> own tools only?

Our own code. libpq doesn't have any code to write to pgpass files.

>> > I tried to work with sources, but svn version didn't compile at my
>> > computer.
>> > Can you help me a little?
>> > Compile errors like these:
>> > g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/include/postgresql -DSSL
>> > -I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8
>> > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0
>>
>> wxUSE_GUI=0 is never going to work. How did you install wxWidgets?
>
>
> I'm working with Ubuntu 9.10 Karmic Koala.

What does wx-config --cflags return ? The fact that you have
wxUSE_GUI=0 set will disable 90% of wxWidgets that pgAdmin needs - we
need to find out where that's coming from.


$ wx-config --cflags
-I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -pthread
 


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com



--
Yours,
Eugene Lisitsky

В списке pgadmin-support по дате отправления:

Предыдущее
От: Pedro Doria Meunier
Дата:
Сообщение: Re: [SOLVED] pgAdmin ver 1.10 freezing all too frequently
Следующее
От: Michael Shapiro
Дата:
Сообщение: Re: [SOLVED] pgAdmin ver 1.10 freezing all too frequently