Re: [BUGS] postgresql odbc bug

2002-04-18 Thread Hiroshi Inoue
Daniel Peccini wrote: > > Hi > Im using a PostgreSQL database on Slackware Linux Server. > I have some reports created with Crystal Reports 8.5 on WIMDOWS 98 that > retrieve data from database and communicate with database through > PostgreSQL ODBC Driver (last version). > > These reports show nu

[BUGS] postgresql odbc bug

2002-04-18 Thread Daniel Peccini
Hi Im using a PostgreSQL database on Slackware Linux Server. I have some reports created with Crystal Reports 8.5 on WIMDOWS 98 that retrieve data from database and communicate with database through PostgreSQL ODBC Driver (last version). These reports show numbers representing money. In some case

[BUGS] libpgtcl

2002-04-18 Thread Peter Koll
Hi there, I try to compile postgres on an IBM RS/6000 44P Model 170 with AIX Version 4.3 And it works. But when I try to create the TclTk (I need only the Libraies for tcl) then I got an Error ... ld: 0711-317 ERROR: Undefined symbol: .Tcl_Eval ld: 0711-317 ERROR: Undefined symbol: .Tcl_GetStri

Re: [BUGS] bigint and int8 bug on postgres version 7.2 database.

2002-04-18 Thread Tom Lane
[EMAIL PROTECTED] writes: > [ strange behavior ] What do you get from a simple select 123456789012345::int8; What platform are you on, what compiler, etc? It sounds like configure decided that you didn't have any int8 support available ... regards, tom lane --

Re: [BUGS] lo_unlink documentation error

2002-04-18 Thread Bruce Momjian
Good catch. Patch attached and applied. --- Warwick Hunter wrote: > I noticed a small but misleading documentation error. > > /usr/share/doc/postgresql-7.2/html/lo-interfaces.html > ===

[BUGS] Bug #635: PostgreSQL ODBC Driver BUG

2002-04-18 Thread pgsql-bugs
Daniel Peccini ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description PostgreSQL ODBC Driver BUG Long Description Hi Im using a PostgreSQL database on Slackware Linux Server. I have some reports created with Crystal Reports 8.5 on WIM

[BUGS] Bug or misunderstanding w/domains in 7.3devel?

2002-04-18 Thread Joel Burton
Using latest CVS sources with Linux 2.4 i586: Comparing using domains versus traditional explicit field types. Here's the control test: test=# create table t1 (f varchar(5) not null); CREATE test=# insert into t1 values ('2'); INSERT 16626 1 test=# select * from t1 where f='2'; f --- 2 (1 row)

[BUGS] lo_unlink documentation error

2002-04-18 Thread Warwick Hunter
I noticed a small but misleading documentation error. /usr/share/doc/postgresql-7.2/html/lo-interfaces.html == 2.3.9. Removing a Large Object To remove a large object from the database, call Oid lo_unlink(PGconn *conn, Oid lobjId) The lobjId

[BUGS] bigint and int8 bug on postgres version 7.2 database.

2002-04-18 Thread Vicky . Pan
Dear Bug Killer, I created table with int8/bigint columns in postgres version 7.2 database. 1.When I inserted data with an integer less than or equal to 10 digit, it ok. But when I inserted data with an integer more than 10 digit I got following error massage: ERROR: Floating point