473,404 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

pgsql folder and its contents

Hi,

Im looking to remove everyth9ing that is not absolutely necessary in
the pgsql folder of my postgres server. Is there anyplace i can find
information on what all the files in lib, share and bin are for? Im
looking for somewhere or someone that can explain what each file
contained in those folders is used for. I am experimenting already but
i dont want to miss anything. Thanks.
--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #1
6 1507
Alexander Cohen wrote:
Im looking to remove everyth9ing that is not absolutely necessary in
the pgsql folder of my postgres server. Is there anyplace i can find
information on what all the files in lib, share and bin are for? Im
looking for somewhere or someone that can explain what each file
contained in those folders is used for. I am experimenting already
but i dont want to miss anything. Thanks.


If you use a packaging system (e.g., RPM, Debian) then you would have
several subpackages that contain only the files you need for specific
tasks. (If you don't, download the packages anyway to find out how the
files are split up.) Manually deleting particular files is a risky
process, and it depends on your configuration options, operating
system, and what you want to do with the system later on. I would
advise against it, since no one is going to want to help you later on
if it turns out that you have manually butchered your system.
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #2
Alexander Cohen wrote:
Im looking to remove everyth9ing that is not absolutely necessary in
the pgsql folder of my postgres server. Is there anyplace i can find
information on what all the files in lib, share and bin are for? Im
looking for somewhere or someone that can explain what each file
contained in those folders is used for. I am experimenting already
but i dont want to miss anything. Thanks.


If you use a packaging system (e.g., RPM, Debian) then you would have
several subpackages that contain only the files you need for specific
tasks. (If you don't, download the packages anyway to find out how the
files are split up.) Manually deleting particular files is a risky
process, and it depends on your configuration options, operating
system, and what you want to do with the system later on. I would
advise against it, since no one is going to want to help you later on
if it turns out that you have manually butchered your system.
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #3
I understand that, but i still really need some kind of reference on
what files do what. Does anything of that sort exist?

thanks!
--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443

On May 1, 2004, at 5:01 PM, Peter Eisentraut wrote:
Alexander Cohen wrote:
Im looking to remove everyth9ing that is not absolutely necessary in
the pgsql folder of my postgres server. Is there anyplace i can find
information on what all the files in lib, share and bin are for? Im
looking for somewhere or someone that can explain what each file
contained in those folders is used for. I am experimenting already
but i dont want to miss anything. Thanks.


If you use a packaging system (e.g., RPM, Debian) then you would have
several subpackages that contain only the files you need for specific
tasks. (If you don't, download the packages anyway to find out how the
files are split up.) Manually deleting particular files is a risky
process, and it depends on your configuration options, operating
system, and what you want to do with the system later on. I would
advise against it, since no one is going to want to help you later on
if it turns out that you have manually butchered your system.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #4
I understand that, but i still really need some kind of reference on
what files do what. Does anything of that sort exist?

thanks!
--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443

On May 1, 2004, at 5:01 PM, Peter Eisentraut wrote:
Alexander Cohen wrote:
Im looking to remove everyth9ing that is not absolutely necessary in
the pgsql folder of my postgres server. Is there anyplace i can find
information on what all the files in lib, share and bin are for? Im
looking for somewhere or someone that can explain what each file
contained in those folders is used for. I am experimenting already
but i dont want to miss anything. Thanks.


If you use a packaging system (e.g., RPM, Debian) then you would have
several subpackages that contain only the files you need for specific
tasks. (If you don't, download the packages anyway to find out how the
files are split up.) Manually deleting particular files is a risky
process, and it depends on your configuration options, operating
system, and what you want to do with the system later on. I would
advise against it, since no one is going to want to help you later on
if it turns out that you have manually butchered your system.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #5
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.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #6
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.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: ragha | last post by:
Dear friends I am emulating thr tree structure mentioned in the article http://www.15seconds.com/issue/010921.htm I have succesfully created the folder structure for level 2 I need this...
4
by: santel_helvis | last post by:
Hi there, I wanna open the folder using asp.net. I am using anchor link to do that. But in href part how shall I give the location. Anyone plz help me out. Thanks in advance
0
by: Alexander Cohen | last post by:
Hi, Im looking to remove everyth9ing that is not absolutely necessary in the pgsql folder of my postgres server. Is there anyplace i can find information on what all the files in lib, share and...
1
by: Dino Vliet | last post by:
Dear all, I have this problem with getting information out of my database and I don't know if it is my knowledge of sql or that this is something that can't be done in sql. I have the...
7
by: snpe | last post by:
Is it down ? regards ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's...
3
by: Madingo | last post by:
I need to create a routine that will email all contents of a folder. But The number of files and extensions will be different. Some will have .doc and .xls. Is there a way to email the contents...
2
by: Mark Rae | last post by:
Hi, Just looking for some advice and/or recommendations here. Scenario is corporate private intranet, ASP.NET 2 on Win2K3S, SQL Server 2005, WinXP + IE6 on all client desktops. Client has a...
5
by: clintonb | last post by:
I'm a newbie when it comes to asp.net. All my prior experience is in making Windows applications in C++. In the past when I made windows applications, the project or target file would keep...
1
by: Bell Deep | last post by:
I wanted to create a webpage(using HTML), where I want to display the contents of a remote folder (the folder is in the server). I need to display the contents (i.e, files or subfolders) of that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.