Possibility of using cross tab and pivot table function in postgres 8.3 version
I know it is possible with postgres 9.x version, but wanted to know by any chance we can use it with the older versions of postgres.
I am using hibernate for the database connectivity.
Yes, the additional module
tablefuncproviding several variants of thecrosstab()function is available for PostgreSQL 8.3.More Info on how to install additional modules here.
Also, check out the tag crosstab, combine it with postgresql, you’ll find a number of examples under related questions.