From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/reference-server.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/src/sgml/html/reference-server.html (limited to 'doc/src/sgml/html/reference-server.html') diff --git a/doc/src/sgml/html/reference-server.html b/doc/src/sgml/html/reference-server.html new file mode 100644 index 0000000..4a7d132 --- /dev/null +++ b/doc/src/sgml/html/reference-server.html @@ -0,0 +1,8 @@ + +PostgreSQL Server Applications

PostgreSQL Server Applications


+ This part contains reference information for + PostgreSQL server applications and + support utilities. These commands can only be run usefully on the + host where the database server resides. Other utility programs + are listed in PostgreSQL Client Applications. +

Table of Contents

initdb — create a new PostgreSQL database cluster
pg_archivecleanup — clean up PostgreSQL WAL archive files
pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster
pg_controldata — display control information of a PostgreSQL database cluster
pg_ctl — initialize, start, stop, or control a PostgreSQL server
pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster
pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
pg_test_fsync — determine fastest wal_sync_method for PostgreSQL
pg_test_timing — measure timing overhead
pg_upgrade — upgrade a PostgreSQL server instance
pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
postgresPostgreSQL database server
postmasterPostgreSQL database server
\ No newline at end of file -- cgit v1.2.3