Thread: [PATCHES] PgAccess schema-diagram cleanup
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@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
Attachment
Ross, this looks very good. What happened to it? > 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@rice.edu> > NSBRI Research Scientist/Programmer > Computer and Information Technology Institute > Rice University, 6100 S. Main St., Houston, TX 77005 > [ Attachment, skipping... ] -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
It got bounced to Constantin. I'm not sure if it's made it in, there. I'll ping him and see if he needs a new patch. Ross On Wed, Jan 24, 2001 at 08:49:13AM -0500, Bruce Momjian wrote: > > Ross, this looks very good. What happened to it? > > > 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