PLJava not installed for PostgreSQL 8.4 on Solaris 10 x86 64
Is the pljava.so file included in the PostgreSQL 8.4 binary file for Solaris 10 x86 64-bit? If not, where can I go to download this library file? If so, what would cause it to not install during the installation process?
Thanks,
Sandra Arnold
Sr. DBA
DOE/OSTI
Oak Ridge, TN
On Tue, 2009-09-22 at 09:10 -0400, Arnold, Sandra wrote:
Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?
pljava is not part of the core distribution.
http://pgfoundry.org/projects/pljava/?downloads
Joshua D. Drake
Thanks,
Sandra Arnold
Sr. DBA
DOE/OSTI
Oak Ridge, TN
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander
Arnold, Sandra wrote:
Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?
pljava is a mess. you either use GCJ which is only-sorta-java, or you
drag the whole JVM in with every instance of postgres, ugh!
On Tue, 2009-09-22 at 13:35 -0700, John R Pierce wrote:
Arnold, Sandra wrote:
Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?pljava is a mess. you either use GCJ which is only-sorta-java, or you
drag the whole JVM in with every instance of postgres, ugh!
If you check the archives there were very specific reasons for that.
Joshua D. Drake
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander