Re: PSQL Tools

From: rob stone <floriparob(at)gmail(dot)com>
To: jwiencek3(at)comcast(dot)net, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PSQL Tools
Date: 2015-10-19 09:45:27
Message-ID: 1445247927.10286.6.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2015-10-18 at 14:48 +0000, jwiencek3(at)comcast(dot)net wrote:
>
> Hello
>
> I am looking for a tool like TOAD for DBA's.   I would like something
> that can generate/extract DDL; report manage tablespace, create
> explain plans, create/mange users, synonyms, triggers, etc.
>
>
> regards
>
> John Wiencek

If you have a JDK 1.7 or above installed, you can use Execute Query (ww
w.executequery.org). You need to install the jdbc driver appropriate to
your Postgres version.

If you define your FK constraints in your schema, it can generate an ER
diagram. It can also do everything else you might want to manipulate a
data base. Another handy feature is import/export from/to either a
delimited file or XML format.

HTH,

Rob

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josip Rodin 2015-10-19 10:15:07 Re: ERROR: tablespace "archive2" is not empty
Previous Message Andres Freund 2015-10-19 09:42:38 Re: ERROR: tablespace "archive2" is not empty