[PATCH] Add pg_dump/pg_restore to appbundle + some cleanups.

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [PATCH] Add pg_dump/pg_restore to appbundle + some cleanups.
Date: 2005-11-24 21:49:17
Message-ID: 4386355D.2040702@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Here is a patch to copy pg_dump and pg_restore into
$bundledir/Contents/SharedSupport/helper/. pgAdmin3.app should
find it there, but I didn't test this yet (I just have
access to my build-machine over ssh ATM - I'll need my powerbook
to test this).

The other patches are mostly cleanups
pgadmin3.addhelper.patch: Mentions above.
pgadmin3.debug.patch: pg_debug_build seems to have gotten
renamed to BUILD_DEBUG. Changed that in src/Makefile.am
pgadmin3.nopgagent.patch: Don't install pgadmin into the
bundle - it's useless there, since it needs to be running
on the server, not on the client.
pgadmin3.versions.patch: Use PGADMIN_LONG_VERSION instead
of PGADMIN3_SHORT_VERSION at some places in Info.plist

greetings, Florian Pflug

Attachment Content-Type Size
pgadmin3.addhelper.patch text/x-patch 1.7 KB
pgadmin3.debug.patch text/x-patch 357 bytes
pgadmin3.nopgagent.patch text/x-patch 1.6 KB
pgadmin3.versions.patch text/x-patch 755 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2005-11-24 23:09:08 Re: [PATCH] Add pg_dump/pg_restore to appbundle
Previous Message Dave Page 2005-11-24 09:37:02 Re: french po updates and ui patch