From: | "Stuart Cooper" <stuart(dot)cooper(at)gmail(dot)com> |
---|---|
To: | "ezequias(at)fastcon(dot)com(dot)br" <ezequias(at)fastcon(dot)com(dot)br> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installing with libs of postgresql-libs |
Date: | 2007-03-12 22:32:56 |
Message-ID: | 7fc8628a0703121532q2825c392v7fde822b70c6092@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Hi list,
> Could someone tell me what libs are packed in the rpm
> below ?
> postgresql-libs-8.2.3-1PGDG.i686.rpm
> We are concerned about the problem of compatibility with
> Oracle and we prefer to check all the libs to not put the
> Oracle system down.
> I think it is just a metter of rpm -qa
> postgresql-libs-8.2.3-1PGDG.i686.rpm but I do not have the
> adm permissions.
For an uninstalled rpm,
rpm -qlp PACKAGE.rpm
will show you the files that the package will install.
postgresql-libs puts a bunch of postgresql specific .so files in /usr/lib
and some internationalisation messages in /usr/share/locale.
None of which will conflict with Oracle.
Cheers,
Stuart.
From | Date | Subject | |
---|---|---|---|
Next Message | Benjamin Smith | 2007-03-13 00:37:53 | Re: How to enforce uniqueness when NULL values are present? |
Previous Message | Ed L. | 2007-03-12 22:13:37 | Re: daylight savings patches needed? |