Re: Database reverse engineering - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Database reverse engineering
Date
Msg-id 4194FE00.2000108@pse-consulting.de
Whole thread Raw
In response to Database reverse engineering  ("Oleg I.Ivanov" <ivanov_oi@ssec.ru>)
Responses Re: Database reverse engineering
List pgsql-hackers
Oleg I.Ivanov wrote:
> Excuse me for a possible offtopic,
> 
> but can anybody help me to understand why Sybase Power Designer 10.1 
> does not understand serials and inheritance when reverse engineer 
> Postgres database from script.

Serial is no datatype, but an int4 with a default. I don't know if the 
default is reverse engineered correctly, I'd recommend to change it 
manually to "serial".

> Is it possible to teach PowerDesigner to reverse engineer correctly ?

Probably not. pgAdmin has special treatment for int4/default to detect a 
serial; PD as cross platform tool is not smart enough.
Similar about inheritance; I don't even know a way how to design this in 
PD (in PD 8.0, I doubt 10.x is better).

> Or can anybody recommend me right tool which works correcty?

You could try ERwin, but I doubt you will be luckier there.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: code question: storing INTO relation
Next
From: Greg Stark
Date:
Subject: Re: code question: storing INTO relation