Re: BUG #2802: Feature request: tinyint and unsigned types - Mailing list pgsql-bugs

From Stephen Frost
Subject Re: BUG #2802: Feature request: tinyint and unsigned types
Date
Msg-id 20061210211359.GK24675@kenobi.snowman.net
Whole thread Raw
In response to Re: BUG #2802: Feature request: tinyint and unsigned types  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
* Peter Eisentraut (peter_e@gmx.net) wrote:
> Albert Strasheim wrote:
> > Agreed. Some variables I had wanted to make tinyints could be
> > expressed as enumerated values. Other variables I wanted to express
> > as unsigned ints or tinyints or unsigned tinyints to model the
> > possible values
> > from the problem domain as succinctly as possible.
>=20
> Then use domains.

Or constraints...

    Stephen

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2820: "select" faling with "distinct" clause on a subquery
Next
From: Tom Lane
Date:
Subject: Re: BUG #2821: xid cannot be casted to a different type