On Mon, Jul 25, 2011 at 7:18 AM, Tomas Vondra <t...@fuzzy.cz> wrote: > On 25 Červenec 2011, 11:39, Yan Chunlu wrote: > > I am using debian ant apt-get to install postgresql, dpkg list shows > > they are the same? is there anyway to tell what's version it is > > compiled from? thanks! > > AFAIK there's no way to find out which compiler was used to build > PostgreSQL binaries
You can do a strings on a binary file (eg, postmaster) and search for GCC in the output. -- Mike Nolan