On 7/16/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
I'm getting "String index out of range: 23" again which I seem to recall means that one of the fields in Postgres is set to the wrong kind of datetime column. I'll look into that tomorrow.
I had to search and replace 'timestamp' to 'timestamp with time zone' in the createdb.sql file. Seems to have fixed the problem. I've changed this in SVN for the trunk - hopefully in the right way :) 2.2 and 2.3 need releasing in JIRA btw. Hen
