Re: help with moving tablespace

From: rob stone <floriparob(at)gmail(dot)com>
To: kbrannen(at)pwhome(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: help with moving tablespace
Date: 2016-11-17 18:47:51
Message-ID: 1479408471.3077.6.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Bonus question: I found an ER diagram of some of the pg_* tables at h
> ttp://www.slideshare.net/oddbjorn/Get-to-know-PostgreSQL. Is there an
> ERD of all of them so a person can better understand how to use them
> when one must? I suppose the same question applies to
> information_schema since I probably should be using that over the
> pg_* tables when possible (and as the above example shows, sometimes
> you have to go look at the pg_* tables).
>
> Thanks!
> Kevin
>
>

Hello,

ExecuteQuery has an ER diagram tool. You can download the jar file from
www.executequery.org and obtain the JDBC driver from the Postgres site.
You set up separate connections to all databases that you wish to
access.
It generates the ER diagram but prior to printing it you need to drag
and drop the "boxes" around to make it readable. I have not tried it
(yet) over information_schema.

HTH,
Rob

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-11-17 20:27:42 Re: pg_class (system) table increasing size.
Previous Message dhaval jaiswal 2016-11-17 18:33:47 Re: pg_class (system) table increasing size.