[rt-users] Problem with make install
Jesse
jesse at fsck.com
Sun Mar 4 19:51:17 EST 2001
On Fri, Mar 02, 2001 at 09:48:07PM -0500, Alex Pilosov wrote:
> > > Disabled bool NOT NULL DEFAULT 0
> Obviously it should be default 'f' for postgres. ;)
Actually, the problem is that not all databases support 'bool'.
To make database layer as transparent as possible, the datatype
for 'boolean' fields has been changed to 'int2', (0 is false, 1 is true);
> Can you move that attr a bit up in schema definition, so all non-nulls
> fields go first?
Any particular reason?
>
>
--
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90
Emacs is a pretty good operating system, but Unix has a better editor.
More information about the rt-users
mailing list