Re: BUG #2802: Feature request: tinyint and unsigned types
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-bugs@postgresql.org, Albert Strasheim <fullung@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Jim Nasby <decibel@decibel.org>, Bruno Wolff III <bruno@wolff.to>
Date: 2006-12-10T21:13:59Z
Lists: 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. > > Then use domains. Or constraints... Stephen