This is a discussion on postgres 8 on solaris 9 within the Pgsql General forums, part of the PostgreSQL category; --> Hi I need to run latest Pg, i.e. 8.x, on a solaris 9 sparc machine, does anybody know of ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I need to run latest Pg, i.e. 8.x, on a solaris 9 sparc machine, does anybody know of any prepackaged pg for that or any documentation that discusses compiling the source on such a machine. The Sun site only discusses how to do this in solaris 10. Pointers would be much appreciated. regards thomas ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Thomas Finneid <tfinneid@student.matnat.uio.no> writes: > Hi > > I need to run latest Pg, i.e. 8.x, on a solaris 9 sparc machine, does > anybody know of any prepackaged pg for that or any documentation that > discusses compiling the source on such a machine. The Sun site only > discusses how to do this in solaris 10. > > Pointers would be much appreciated. If you have a C compiler on the machine, the standard configure/make/make install should work fine. -Doug ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |