Re: pgsql folder and its contents - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: pgsql folder and its contents
Date
Msg-id 200405030154.20401.peter_e@gmx.net
Whole thread Raw
In response to Re: pgsql folder and its contents  (Alexander Cohen <alex@toomuchspace.com>)
List 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.



pgsql-general by date:

Previous
From: Alexander Cohen
Date:
Subject: Re: pgsql folder and its contents
Next
From: "Development - multi.art.studio"
Date:
Subject: unattended backupscript not working with 7.4.2, works in 7.1