473,386 Members | 1,828 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,386 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 1506
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.