Re: boolean field default value

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Michael Schmidt" <MichaelMSchmidt(at)msn(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: boolean field default value
Date: 2005-08-28 23:23:10
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9CEE@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

In fact, pgAdmin does appear to set the default correctly, however,
boolean fields in the data grid default to false regardless of what
value is set as the default in the schema. If you insert data using raw
SQL, or some other interface it should do what you expect. I think this
is one of those 'feature-not-bugs'. I'll add it to my list of things to
look at to see if we can improve it.

Regards, Dave.

________________________________

From: pgadmin-support-owner(at)postgresql(dot)org
[mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of Michael
Schmidt
Sent: 28 August 2005 23:43
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgadmin-support] boolean field default value


It seems there is a problem with pgAdmin III 1.2.2 using
PostgreSQL 8.0.3 in Windows XP. I have a boolean field set as not null
with default value of true. When I insert a record, the field value is
set to false as the default. This does not happen in psql or with EMS
PostgreSQL Manager, where the field is correctly set to true. So, this
appears to be unique to pgAdmin and not a problem with PostgreSQL.

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2005-08-29 19:29:07 FW: problem pasting text into a column in 'view data' window
Previous Message Michael Schmidt 2005-08-28 22:42:43 boolean field default value