From de867c9c5379216bbeb18875eaeae9539fd1534a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 1 Dec 2022 11:44:50 +0100 Subject: [PATCH] doc: Remove note about disk space from installation instructions Seems quite outdated and no longer relevant. Author: samay sharma Discussion: https://www.postgresql.org/message-id/flat/CAJxrbywFPcgC4nP_v+HHPhaYSWX2JL8FZXY2aFOZxXxTkTJJPw@mail.gmail.com --- doc/src/sgml/installation.sgml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 76fafd886d..15cac7dce7 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -342,17 +342,6 @@ su - postgres for a list) or at . - - - Also check that you have sufficient disk space. You will need about - 350 MB for the source tree during compilation and about 60 MB for - the installation directory. An empty database cluster takes about - 40 MB; databases take about five times the amount of space that a - flat text file with the same data would take. If you are going to - run the regression tests you will temporarily need up to an extra - 300 MB. Use the df command to check free disk - space. -