[pgadmin-support] Backup process pgAdminv4 does not stop

2016-10-20 Thread Florian
Hello, Yesterday I would like to makeĀ  a backup from my postgresql database via pgAdminv4 Backup function. The problem is that this backup process is never stopping! It stills tells me when I am starting pgAdmin Window that the process is running. Also a re installation of postgresql and pgad

Re: [pgadmin-support] Why are binary snapshots older than binary production release versions?

2008-09-08 Thread Florian G. Pflug
Dave Page wrote: The OSX build was an automate build run by Florian - I don't know what happened to that. I can probably run it on a box in my office if Florian's is permanently offline. The harddrive in the old G3 crashed and burned (probably literally speaking, judging from the

Re: [pgadmin-support] [pgadmin-hackers] Anyone got an Intel Mac yet?

2006-03-23 Thread Florian G. Pflug
be enough report what the command "file /Applications/Preview.app/Contents/MacOS/Preview" produces. mfg, Florian Pflug smime.p7s Description: S/MIME Cryptographic Signature

Re: [pgadmin-support] PgAdmin3 1.4.1 on Mac OSX 1.4.1 is

2005-12-16 Thread Florian G. Pflug
e(wxCommandEvent&) () Now I can't see any changes at all that should affect RegisterNoticeProcessor - which is even wierder when you consider that all the changes to 1.4.x are also present in trunk. On a hunch I rolled back to PostgreSQL 8.1.0, but that didn't make any difference. Anyone

Re: [pgadmin-support] backup/restore buttons deactivated

2005-11-25 Thread Florian G. Pflug
latest nighty build, available at http://developer.pgadmin.org/snapshots/osx/pgadmin3-trunk-20051125.tar.bz2 should have pg_dump and pg_restore included. Please test if it works for you - I tried dumping a small db, and it worked - didn't test restore though. greetings, Florian Pflug

Re: [pgadmin-support] backup/restore buttons deactivated

2005-11-21 Thread Florian G. Pflug
note in the docs explaining how to adjust it if required. Unless anyone has a better idea? Florian or Richard perhaps? This code in appbase.cpp - #if defined(__WXMAC__) //When using wxStandardPaths on OSX, wx defaults to the unix, //not to the mac variants. The