From: | gyoungblood(at)quicknet(dot)net (Gregory Youngblood) |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | gyoungblood(at)quicknet(dot)net |
Subject: | ExecEvalExpr: unknown expression type 704 problems |
Date: | 2001-06-20 16:44:07 |
Message-ID: | 200106201644.f5KGi7B12224@gyoungbl-lin.quicknet.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
[This is a courtesy copy of a message which was also posted to the
newsgroup(s) shown in the header.]
Greetings, it has been a while since I have been on any of these lists. I've
spent the last year or so working in a place that uses MySQL for just about
everything. This means that the last version of PostgreSQL I've seriously used
was in the 6.5 series (6.5.3 I think, but it's been a while).
I am working on a project where I want the features from PostgreSQL and pulled
7.1.2 from the ftp site, built and installed it. All went fine, no troubles.
[Found I was a bit rusty using some of the PostgreSQL since I got used to some
MySQL specific things, but that's another issue.]
I got the data loaded that I need to work with, and am having a problem with one
specific query. It keeps dumping out with ExecEvalExpr: unknown expressiong type
704. I've searched google and the only reference I've found for this in
PostgreSQL has been on the hackers list for version 6.5.
I have one big problem.
I have an ID column which is a bigint, and I have another ID column which was
created using SERIAL, so it is an integer.
Is it possible to use SERIAL to get a int8 datatype instead int (int4)?
Finally, is it possible to get unsigned integer data types in a table?
Thanks,
Greg
From | Date | Subject | |
---|---|---|---|
Next Message | Thalis A. Kalfigopoulos | 2001-06-20 16:51:44 | Re: postgres.h missing? (fwd) |
Previous Message | tom | 2001-06-20 16:22:26 | RE: Web site gripes |