Re: PgAdmin forgets stored password on connection problem

From: Eugene Lisitsky <lisitsky(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PgAdmin forgets stored password on connection problem
Date: 2009-11-12 10:32:50
Message-ID: a745310911120232v47a11972na428ae369afb1488@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

>
> 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?

>
> > 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.
All software was installed from repository:
wx2.8-doc
wx2.8-examples
wx2.8-headers
wx-common
libwxgtk2.8-0
libwxbase2.8-0

Than ./configure in the source folder:
....
PostgreSQL directory: /usr
PostgreSQL pg_config binary: /usr/bin/pg_config
PostgreSQL version: PostgreSQL 8.4.1
PostgreSQL SSL support: Present

wxWidgets directory: /usr
wxWidgets wx-config binary: /usr/bin/wx-config
wxWidgets version: wxWidgets 2.8.10

libxml2 directory: /usr
libxml2 xml2-config binary: /usr/bin/xml2-config
libxml2 version: libxml2 2.7.5

libxslt directory: /usr
libxslt xslt-config binary: /usr/bin/xslt-config
libxslt version: libxslt 1.1.24

Building a debug version of pgAdmin: No
Statically linking pgAdmin: No
Building a Mac OS X appbundle: No

pgAdmin configuration is now complete. You can now compile and
install pgAdmin using 'make; make install'.

After that I try to do `make`.

Thank you.

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

--
Yours,
Eugene Lisitsky

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-11-12 10:33:14 Re: Help!
Previous Message John Weller 2009-11-12 10:12:21 Help!