Re: BUG #2802: Feature request: tinyint and unsigned types
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-bugs@postgresql.org
Cc: 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-10T20:22:41Z
Lists: pgsql-bugs
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. -- Peter Eisentraut http://developer.postgresql.org/~petere/