Re: boolean or int2

From: <operationsengineer1(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: boolean or int2
Date: 2005-08-03 21:12:49
Message-ID: 20050803211249.32922.qmail@web33312.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> Personally I like to use a boolean to make the code
> a little more self
> documenting. With a column name like passed_test
> and a boolean your code ends
> up looking like
>
> WHERE passed_test
>
> or
>
> WHERE NOT passed_test
>
> Kind Regards,
> Keith

i'm now applying your method - thanks.


__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-08-03 21:23:56 Leading Zeros
Previous Message Walker, Jed S 2005-08-03 20:24:23 Tables view?