0

I want to create a crosstab function for the PostgreSQL database version 8.0.1. Because it was implemented after PostgreSQL 8.4.0, I am not table to take advantage of the same function. Is there a way for that?

Peter Mortensen
  • 30,030
  • 21
  • 100
  • 124
Bhavik Ambani
  • 6,464
  • 14
  • 53
  • 86

1 Answers1

2

PostgreSQL 8.0.1?!?

PostgreSQL 8.0.x is unsupported, but if you're still running 8.0.1 you don't mind about that because you haven't applied any patches. You are running a release with multiple known data loss bugs. You need to upgrade to - at minimum - the latest 8.0.x release, then start planning your move to 9.0 or 9.1 fairly urgently.

That'll solve your current problem as a handy side-effect.

Craig Ringer
  • 283,586
  • 65
  • 635
  • 730