Postgress problem

I didn’t see very much info on Postgres installation so here is my
question.

make install bombs out when it tries to build the database tables. I
have postgresql 6.5.2

Here’s the error I get when it tries to create the tables:

DGD::Pg::st execute failed: ERROR: Parser: parse error at or near “not”.

Anyone here seen this and has a fix?

Don.

RT2 won’t work wiht any postgres version before 7.1On Thu, Mar 01, 2001 at 11:27:15AM -0800, Don Lafontaine wrote:

I didn’t see very much info on Postgres installation so here is my
question.

make install bombs out when it tries to build the database tables. I
have postgresql 6.5.2

Here’s the error I get when it tries to create the tables:

DGD::Pg::st execute failed: ERROR: Parser: parse error at or near “not”.

Anyone here seen this and has a fix?

Don.


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

After all, it’s not every day you meet up with an evil power
-M. Bulgakov

OK, Pg 7.1 installed, now I get a new error:

CREATE TABLE/UNIQUE will create implicit … for table 'users’
ERROR: attribute ‘disabled’ is of type ‘bool’ but default expression is of
type ‘int4’

Thanks

Don.