boolean defaults

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: boolean defaults
Date: 2003-08-05 01:46:15
Message-ID: 039501c35af3$5c052660$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-08-05 01:54:59 Re: boolean defaults
Previous Message Christopher Kings-Lynne 2003-08-05 01:29:54 Re: DROP TYPE/DROP DOMAIN