1.15 DD - serial copied as integer - Mailing list pgadmin-support

From Colin Beckingham
Subject 1.15 DD - serial copied as integer
Date
Msg-id 4F92CCDF.8050208@start.ca
Whole thread Raw
List pgadmin-support
Database Designer copies serial fields as integer.

Basically the SQL generated by the DD is very helpful and saves a lot of 
work especially with respect to constraints and indexes since these 
operations are performed in the correct order. However workarounds 
require that the SQL be pasted into an editor, then:

1. change integer to serial as required
2. change varchar(0) to something more meaningful
3. inspect numeric (x,y) for accuracy
4. reorder fields as required.

Copy text to SQL editor and execute. Works.
-- 
---
Colin Beckingham
613-454-5369
http://www.it4gh.com


pgadmin-support by date:

Previous
From: Colin Beckingham
Date:
Subject: 1.15 DD - order of columns
Next
From: Guillaume Lelarge
Date:
Subject: Re: 1.15 DD - order of columns