Re: [SQL] signed/unsigned integers

2002-08-29 Thread Bruno Wolff III
On Fri, Aug 23, 2002 at 11:11:51 +0200, Roger Mathis <[EMAIL PROTECTED]> wrote: > Hi > > Is it true, that I can't define unsigned integers in a table definition? If the main issue is that there not be negative numbers, you can use a constraint to enforce this. In 7.3 you can define a domain wi

[SQL] signed/unsigned integers

2002-08-29 Thread Roger Mathis
Hi Is it true, that I can't define unsigned integers in a table definition? CU Roger ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your messag

Re: [SQL] signed/unsigned integers

2002-08-28 Thread Christopher Kings-Lynne
> Is it true, that I can't define unsigned integers in a table definition? > > CU Roger I'm not aware of any unsigned types in Postgres. You could probably define your own one though. Chris ---(end of broadcast)--- TIP 2: you can get off all lis

[SQL] signed/unsigned integers

2002-08-28 Thread Roger Mathis
Hi Is it true, that I can't define unsigned integers in a table definition? CU Roger ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html