Re: [HACKERS] numeric datataypes as seperate library

2003-02-27 Thread Christoph Haller

 Michael Meskes kirjutas K, 26.02.2003 kell 13:00:
  Did anyone ever think about creating a library that is able to
handle
  our numeric datatype? I'm currently thinking about adding this
datatype
  among others to the ones know to ecpg so no one is forced to convert

  them or work on the strings. On the other hand I'm not sure if
anyone's
  interested in this feature as you could always keep the numbers as
  strings and let the database do all calculation stuff. But then you
  cannot use the datatype in C.

 I see at least 3 datatypes that would be nice to have libraries for
 using in client programs - NUMERIC, VARBIT and our
DATE/TIME/TIMESTAMP.

Me too.

Regards, Christoph



---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[HACKERS] numeric datataypes as seperate library

2003-02-26 Thread Michael Meskes
Did anyone ever think about creating a library that is able to handle
our numeric datatype? I'm currently thinking about adding this datatype
among others to the ones know to ecpg so no one is forced to convert
them or work on the strings. On the other hand I'm not sure if anyone's
interested in this feature as you could always keep the numbers as
strings and let the database do all calculation stuff. But then you
cannot use the datatype in C.

And of course I don't like the idea of linking in the GPLed 
GNU MP library on default as this would create licensing problems.

Michael
-- 
Michael Meskes
Email: [EMAIL PROTECTED]
ICQ: 179140304
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly


Re: [HACKERS] numeric datataypes as seperate library

2003-02-26 Thread Hannu Krosing
Michael Meskes kirjutas K, 26.02.2003 kell 13:00:
 Did anyone ever think about creating a library that is able to handle
 our numeric datatype? I'm currently thinking about adding this datatype
 among others to the ones know to ecpg so no one is forced to convert
 them or work on the strings. On the other hand I'm not sure if anyone's
 interested in this feature as you could always keep the numbers as
 strings and let the database do all calculation stuff. But then you
 cannot use the datatype in C.

I see at least 3 datatypes that would be nice to have libraries for
using in client programs - NUMERIC, VARBIT and our DATE/TIME/TIMESTAMP.

---
Hannu


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html


Re: [HACKERS] numeric datataypes as seperate library

2003-02-26 Thread Neil Conway
On Wed, 2003-02-26 at 06:00, Michael Meskes wrote:
 And of course I don't like the idea of linking in the GPLed 
 GNU MP library on default as this would create licensing problems.

Actually, GNU MP is released under the LGPL.

Cheers,

Neil
-- 
Neil Conway [EMAIL PROTECTED] || PGP Key ID: DB3C29FC




---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])