[GENERAL] Postgresql function in C++

2004-11-28 Thread Jose Mendoza
On august 2001 Eniar wrote above this issue the following:   “On Tue, Aug 07, 2001 at 07:49:06AM -0500, Phillip J. Allen wrote:> Hi all,> > I was reading Bruce Momjian book on PostgreSQL and his chapter on user> created functions stated that functions can be written in SQL, PL/PGSQL,> PL/

[GENERAL] Retrieving values of int8 numeric field using ODBC with LInux clients.

2004-11-28 Thread Jose Mendoza
Using ODBC (unixODBC and iODBC) it is not possible to retrieve or insert values from fields with a data type of int8 (int64_t in the gcc compiler) when the operating system where the client is running is Linux. (Slackware 9.0, 9.1, 10.0 or RH 9.0). Any suggestion?   Thanks Jose Mendoza