Re: [HACKERS] Case tool - Mailing list pgsql-hackers

From Gene Sokolov
Subject Re: [HACKERS] Case tool
Date
Msg-id 1db301beb896$2c3182c0$0d8cdac3@aktrad.ru
Whole thread Raw
In response to Case tool  (Kaare Rasmussen <kar@webline.dk>)
List pgsql-hackers
From: Kaare Rasmussen <kar@webline.dk>
> Someone posted this link to a Case tool:
> http://www.ccas.ru/~gurov/ftp/Editors/CASE/Vinsent/
> 
> Unfortunately it's in Russian, which I know nothing about, and it
> doesn't seem to have been worked upon since 1997.
> 
> I don't know the strength of this tool, as I can't understand the
> description, but can this be the best OSS-contender with no work being
> done for two years?

******* Translation begin ***********
The current version allows for:1 draw tables. including  - restoring previous state  - copying to the local application
buffer - pasting from the buffer  - editing the table field types  - and also some more stuff
 
2 link fields (constraints)  - FOREIGN KEY  |--> PRIMARY KEY
3 generate SQL file from the given structure  - for Postgres95 (w/out constrains)  - for Informix ( with constraints)
4 there is a request broker using protocol independent of DB 1 for Informix (tested with HP-UX and Informix 7.20) 2 for
PostgreSQL5 generates a visual DB repsentation from a DB.   (except references (takes time))
 

Plans:3 create new DBs through the broker and fill them with tables4 alter existing tables through broker5 generate GCI
scriptaccording to the struture6 ctreate additional SQL generators for other DBMS7 fix the interface
 

send all requests & complaints to: mailto:denn@unicorn.micex.ru
/nop abuse please (literally "please don't spit")/
******** translation end ***********

Please no questions to me and no "curtesy copies".



pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] Case tool
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Savepoints...