Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: numeric type


  • From: Peter Zeltins <peter(at)greatnowhere(dot)com>
  • To: Kris Jurka <books(at)ejurka(dot)com>
  • Cc: pgsql-jdbc(at)postgresql(dot)org
  • Subject: Re: numeric type
  • Date: Wed, 30 Jul 2008 00:23:33 +0300
  • Message-id: <1217366613.5193.11.camel@peter-laptop> <text/plain>

> > OK, I hear ya. How about allowing user to set the default precision and
> > scale values for "numeric" type? Not sure how this would be done in JDBC
> > world but should be doable.
> 
> You could add URL parameters like unspecifiedNumericPrecision=1000 and 
> unspecificedNumericScale=500, but the tradeoff is how much work is it to 
> add these options to the URL parsing code and then pass them around, add 
> it to the datasource implementation, add it to the documentation, and ...
> 
> If there was some big important app that everyone wanted to use that blew 
> up on this I'd bet we'd do it, but I haven't heard a whole lot of 
> complaints about this problem.

I would assume this is not a major issue for most. Personally I ran into
this problem when writing automated PG->MS Access converter (Jackcess is
the only lib capable of creating MDB files on Linux/BSD) and it bailed
on numeric fields. 

Peter




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group