| From: | "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu> |
|---|---|
| To: | Gregory Youngblood <gyoungblood(at)quicknet(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: ExecEvalExpr: unknown expression type 704 problems |
| Date: | 2001-06-20 21:21:51 |
| Message-ID: | Pine.LNX.4.21.0106201721010.24987-100000@aluminum.cs.pitt.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 20 Jun 2001, Gregory Youngblood wrote:
> 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)?
Not as far as I know, but there is talk to actually make it int8 in the future.
>
> Finally, is it possible to get unsigned integer data types in a table?
No.
cheers,
thalis
>
> Thanks,
> Greg
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thalis A. Kalfigopoulos | 2001-06-20 21:32:55 | Re: Hardware Config |
| Previous Message | Thalis A. Kalfigopoulos | 2001-06-20 21:19:41 | Re: Copy Error |