Stado and postgres 8.4

Asked by Mike

Is it possible to run with this version of postgres?

We have installed stado on an instance of 8.4.4. We attempted a query using the max function:

select max(id) from table1;

Which returned
ERROR: syntax error at or near "UNLOGGED"

I'm guessing this relates to the max function using postgres 9.1 unlogged tables functionality.

Is there some way to turn this off and make stado compatible with older postgres versions?

Question information

Language:
English Edit question
Status:
Solved
For:
Stado Edit question
Assignee:
No assignee Edit question
Solved by:
Mike
Solved:
Last query:
Last reply:
Revision history for this message
Jim Mlodgenski (jim-cirrusql) said :
#1

No, the way its coded, you can't turn it off, but I'll create a patch to automatically turn it off for older versions.

Revision history for this message
Mike (s-launchpadmike) said :
#2

Brilliant, thanks Jim.

I've actually hacked the UNLOGGED qualifiers out of my local copy in the meantime.

Would be great to have stado backward compatible tho, thanks for the attention.

Mike