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
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
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
[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
--
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
> ===
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
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)
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
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