diff options
author | robot-contrib <[email protected]> | 2022-05-13 11:00:39 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2022-05-13 11:00:39 +0300 |
commit | 369009a919fa9d7814cc20e4b9690133bf631a7d (patch) | |
tree | 35ce3673bb607ac938ed0458a8b09138b19e8d4a /contrib/libs/postgresql/INSTALL | |
parent | 91b6031857dda86e99b4862f25809da4cf03f340 (diff) |
Update contrib/libs/postgresql to 14.3
ref:79a986e7e109dc2f1f9532fa768f17dc80ed97b8
Diffstat (limited to 'contrib/libs/postgresql/INSTALL')
-rw-r--r-- | contrib/libs/postgresql/INSTALL | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/contrib/libs/postgresql/INSTALL b/contrib/libs/postgresql/INSTALL index 2072657e1e0..3230fe7715b 100644 --- a/contrib/libs/postgresql/INSTALL +++ b/contrib/libs/postgresql/INSTALL @@ -1,4 +1,3 @@ - PostgreSQL Installation from Source Code ------------------------------------------------------------------------ @@ -12,7 +11,6 @@ with Microsoft's Visual C++, see the main documentation instead. ------------------------------------------------------------------------ - Short Version ./configure @@ -32,7 +30,6 @@ The long version is the rest of this document. ------------------------------------------------------------------------ - Requirements In general, a modern Unix-compatible platform should be able to run @@ -167,10 +164,9 @@ the "df" command to check free disk space. ------------------------------------------------------------------------ - Installation Procedure -1. CONFIGURATION +1. Configuration The first step of the installation procedure is to configure the source tree for your system and choose the options you would like. @@ -209,7 +205,7 @@ Installation Procedure described in the section called "configure Environment Variables". These provide additional ways to customize the configuration. -2. BUILD +2. Build To start the build, type either of: @@ -241,7 +237,7 @@ Installation Procedure Failure to do that can lead to strange error messages, typically about missing header files. -3. REGRESSION TESTS +3. Regression Tests If you want to test the newly built server before you install it, you can run the regression tests at this point. The regression tests @@ -255,9 +251,9 @@ Installation Procedure information about interpreting the test results. You can repeat this test at any later time by issuing the same command. -4. INSTALLING THE FILES +4. Installing the Files - NOTE: + Note: If you are upgrading an existing system be sure to read the documentation, which has instructions about upgrading a cluster. @@ -301,7 +297,7 @@ Installation Procedure client application development as well as for server-side program development, such as custom functions or data types written in C. - CLIENT-ONLY INSTALLATION: If you want to install only the client + Client-only installation: If you want to install only the client applications and interface libraries, then you can use these commands: @@ -313,10 +309,10 @@ Installation Procedure "src/bin" has a few binaries for server-only use, but they are small. -UNINSTALLATION: To undo the installation use the command "make +Uninstallation: To undo the installation use the command "make uninstall". However, this will not remove any created directories. -CLEANING: After the installation you can free disk space by removing +Cleaning: After the installation you can free disk space by removing the built files from the source tree with the command "make clean". This will preserve the files made by the "configure" program, so that you can rebuild everything with "make" later on. To reset the source tree to the @@ -426,7 +422,7 @@ restriction.) For relocatable installs, you might want to use the The HTML-formatted documentation for PostgreSQL will be installed under this directory. The default is "DATAROOTDIR". -NOTE: +Note: Care has been taken to make it possible to install PostgreSQL into shared installation locations (such as "/usr/local/include") without @@ -1028,7 +1024,7 @@ or export COPT='-Werror' make -NOTE: +Note: If using GCC, it is best to build with an optimization level of at least "-O1", because using no optimization ("-O0") disables some important @@ -1046,7 +1042,6 @@ one-time flag adjustments, while COPT might be kept set all the time. ------------------------------------------------------------------------ - Post-Installation Setup ------------------------------------------------------------------------ @@ -1140,7 +1135,6 @@ communicated via command line options to most client programs. ------------------------------------------------------------------------ - Getting Started The following is a quick summary of how to get PostgreSQL up and running @@ -1196,7 +1190,6 @@ once installed. The main documentation contains more information. ------------------------------------------------------------------------ - What Now? - The PostgreSQL distribution contains a comprehensive documentation @@ -1231,7 +1224,6 @@ What Now? ------------------------------------------------------------------------ - Supported Platforms A platform (that is, a CPU architecture and operating system @@ -1270,7 +1262,6 @@ the appropriate place to discuss that. ------------------------------------------------------------------------ - Platform-Specific Notes This section documents additional platform-specific issues regarding the |