Re: pgsql folder and its contents

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alexander Cohen <alex(at)toomuchspace(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql folder and its contents
Date: 2004-05-02 23:54:20
Message-ID: 200405030154.20401.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alexander Cohen wrote:
> I understand that, but i still really need some kind of reference on
> what files do what. Does anything of that sort exist?

Not really. Read the man pages for the programs, use "strings" to see
what files they might open, use "ldd" to see what libraries are used,
delete all the include files and *.so and *.a development libraries if
you don't need them. That's the best you can do. Hint: for a server
system you can't delete anything except the header files and
development libraries.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Development - multi.art.studio 2004-05-03 01:42:04 unattended backupscript not working with 7.4.2, works in 7.1
Previous Message Alexander Cohen 2004-05-02 23:30:30 Re: pgsql folder and its contents