First off – you guys have done a wonderful job with the recent updates.
At my current assignment we use Postgresql 7.3.
When I use eclipse to generate table scripts – i get data types
such as int4(4) and int8(8)
Conversely – when using pgadmin-iii ( gui db tool ) the table scripts generated from this tool have data types
such as int4 and int8.
In addition – when I try to run scripts in eclipse – it fails on a parser error dealing with the parenthesis of int4(4).
These inconsistencies are causing a little bit of extra work – and I’m trying to conolidate things. I’d prefer to use eclipse – so if you have a suggestion I’m all ears.
Thanks for your help.