[PATCHES] PgAccess schema-diagram cleanup

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: pgsql-patches(at)postgresql(dot)org
Subject: [PATCHES] PgAccess schema-diagram cleanup
Date: 2000-07-14 20:27:37
Message-ID: 20000714152737.A24031@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces pgsql-patches

Here's a patch to clean up some issues with the schema diagram
editor in pgaccess. This patch:

* allows schema window to be resized up to full screen size
* autosizes window on schema open
* allows multiselect of tables (by shift click) to allow
dragging of sets of tables
deletion of sets of tables
* fixes a bug in table deletion code that did not delete
links to that table properly
* changes link lines to be continous, so they export better
via postscript->pstoedit->xfig

It does not change the name of the feature from schema, as I
asked about on HACKERS. I'm off for a week's vacation starting
tomorrow, so I probably won't see any commentary on this until
Monday the 24th

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

Attachment Content-Type Size
pgaccess.group.diff text/plain 11.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-14 21:09:09 Re: PgAccess schema-diagram cleanup
Previous Message frank 2000-07-14 19:59:43 lost records !

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2000-07-14 21:09:09 Re: PgAccess schema-diagram cleanup
Previous Message Joseph Shraibman 2000-07-14 19:15:49 Re: How do I use connection pooling?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-07-14 21:09:09 Re: PgAccess schema-diagram cleanup
Previous Message Stephan Szabo 2000-07-13 16:07:51 Somewhat happier alter table add <check table constraint>