diff options
Diffstat (limited to 'doc/src/sgml/ref/commands.sgml')
-rw-r--r-- | doc/src/sgml/ref/commands.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/commands.sgml b/doc/src/sgml/ref/commands.sgml index 770c3a20543..cf5a783aed0 100644 --- a/doc/src/sgml/ref/commands.sgml +++ b/doc/src/sgml/ref/commands.sgml @@ -87,12 +87,13 @@ functions supported by <productname>Postgres</productname>. --> <chapter Id="utilities"> - <title>Utility Applications</title> + <title>Applications</title> <abstract> <para> - This is reference information for the - <productname>Postgres</productname> support utilities. + This is reference information for + <productname>Postgres</productname> applications + and support utilities. </para> </abstract> @@ -106,6 +107,8 @@ functions supported by <productname>Postgres</productname>. &pgAdmin; &pgDump; &pgDumpall; + &postgres; + &postmaster; &psqlRef; &vacuumdb; |