Re: [pgadmin-support] pgadmin doesn't connect to server

2015-12-24 Thread Michael Eschweiler
Beckingham: > On 12/24/2015 09:02 AM, Michael Eschweiler wrote: >> Hi, >> >> I am using postgresql 9.3 on opensuse 13.2. >> Last time I used pgadmin is some weeks ago and all seemed to work fine. >> No I tried to start it, but I get the answer: >> Error connecting to

[pgadmin-support] pgadmin doesn't connect to server

2015-12-24 Thread Michael Eschweiler
Hi, I am using postgresql 9.3 on opensuse 13.2. Last time I used pgadmin is some weeks ago and all seemed to work fine. No I tried to start it, but I get the answer: Error connecting to the server: FATAL: couldn't open file „base/12640/12391“ ... File or directory does not exist (or similar - I u

Re: [pgadmin-support] Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views

2008-03-11 Thread Michael Eschweiler
First I tried once more with > ./configure --with-pgsql=/usr --with-wx=/usr/local but configure now stops with: checking for strchr... yes checking for PQexec in libpq.a... present checking for SSL_connect in libpq.a... present checking for krb5_free_principal in libpq.a... present checking lib

Re: [pgadmin-support] Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views

2008-03-08 Thread Michael Eschweiler
Hi, > Did you compile wxwidgets your self, or is that a package for Suse > 10.2? It's quite probable that needs to be recompiled against the > newer GTK libraries as well (sorry, didn't cross my mind yesterday) No, I tried it with the package provided by opensuse, but now I compiled it myself (Th

Fwd: Re: [pgadmin-support] Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views

2008-03-08 Thread Michael Eschweiler
Hi Dave, Once more my mail from yesterday. It was stalled by the admin - I suppose because of the attached log file mentioned above. If you wish I could send it to your private mail address... Now the answer from yesterday: Many thanks for quick answer! > - Run pgAdmin from the command line, w

Re: [pgadmin-support] Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views

2008-03-07 Thread Michael Eschweiler
Hi Dave, many thanks for quick answer! > - Run pgAdmin from the command line, with a command like: > G_SLICE=always-malloc pgadmin3 & This works fine > - Recompile pgAdmin. That's what I tried, too. Sorry, forgot to mention it. I downloaded the source-rpm for my distribution and installed it.

[pgadmin-support] Complete breakdown of pgadmin when trying to connect to server or modify properties of tables of views

2008-03-07 Thread Michael Eschweiler
Hi there, On opensuse 10.2 I installed postgresql and pgadmin from the distribution. Postgresql 8.1.11 pgadmin3 1.6.3 Recently I found that pgadmin didn't work properly: It opened the connection to the server and to a particular database, I can see the data of the tables and views but when I tri

Re: [pgadmin-support] pgadmin as main postgresql GUI interface

2007-02-24 Thread Michael Eschweiler
Am Donnerstag, 22. Februar 2007 schrieb Seb: > Hi, > > I'm exploring ways to interact with postgresql through a GUI. I'm in a > Debian testing system (AMD64) and have found very few options. I really > like pgadmin for the administrative tasks with postgresql, but I'm looking > for something for

Re: [pgadmin-support] Compiling pgadmin on SuSE 9.1

2004-08-08 Thread Michael Eschweiler
Am Donnerstag, 5. August 2004 23:33 schrieben Sie: > On Aug 5, 2004, at 3:18 PM, Michael Eschweiler wrote: > > configure:4634: gcc -o conftest -g -O2 -DSSL -I/usr/include/pgsql > > -L/var/lib/pgsql/lib conftest.c -lpq -lssl -lcrypto -lpq >&5 > > /usr/lib/g

Fwd: Re: [pgadmin-support] Compiling pgadmin on SuSE 9.1

2004-08-05 Thread Michael Eschweiler
--- Begin Message --- Am Donnerstag, 5. August 2004 01:39 schrieben Sie: > On Aug 4, 2004, at 3:52 PM, Michael Eschweiler wrote: > > I could not find the answer. Attached once more the config.log. > > There wasn't anything attached to this e-mail. Strange: my mail-client te

Re: [pgadmin-support] Compiling pgadmin on SuSE 9.1

2004-08-04 Thread Michael Eschweiler
Hi Adam Am Mittwoch, 4. August 2004 14:39 schrieben Sie: > On Aug 2, 2004, at 4:27 PM, Michael Eschweiler wrote: > > Am Montag, 2. August 2004 14:17 schrieben Sie: > >> On Aug 1, 2004, at 7:26 AM, Michael Eschweiler wrote: > >>> Hello, > >>> > >>

Re: [pgadmin-support] Compiling pgadmin on SuSE 9.1

2004-08-02 Thread Michael Eschweiler
Am Montag, 2. August 2004 14:17 schrieben Sie: > On Aug 1, 2004, at 7:26 AM, Michael Eschweiler wrote: > > Hello, > > > > I'm trying to compile pgadmin3-1.0.2 on SuSE 9.1. When I run > > ./configure I got > > the error message: "configure: error: you

[pgadmin-support] Compiling pgadmin on SuSE 9.1

2004-08-01 Thread Michael Eschweiler
Hello, I'm trying to compile pgadmin3-1.0.2 on SuSE 9.1. When I run ./configure I got the error message: "configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR". Then I tried to do ./configure with several directories but I always got the same error-messages. Is th