Re: [HACKERS] boolean defaults

2003-08-14 Thread Rod Taylor
On Mon, 2003-08-04 at 21:46, Christopher Kings-Lynne wrote: > Hi, > > Is it possible to get a default value on a boolean column to be anything > other than 't', 'f', true or false? NULL of course :) 1 or 0 also works. And regardless of how hard MS Access tries, -1 is not true. signature.asc D

Re: [HACKERS] boolean defaults

2003-08-14 Thread Christopher Kings-Lynne
August 05, 2003 9:46 AM Subject: [HACKERS] boolean defaults > Hi, > > Is it possible to get a default value on a boolean column to be anything > other than 't', 'f', true or false? > > eg. If I go 'default 3 > 1', that's resolved to default true. &

[HACKERS] boolean defaults

2003-08-04 Thread Christopher Kings-Lynne
Hi, Is it possible to get a default value on a boolean column to be anything other than 't', 'f', true or false? eg. If I go 'default 3 > 1', that's resolved to default true. I just need to know for phpPgAdmin... Chris ---(end of broadcast)---