diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-06-18 15:38:37 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-06-18 15:38:37 +0000 |
| commit | 5266f221a2e1358cc2bb208b3d25e9dec427c757 (patch) | |
| tree | ec47ab08bfec7e030aeac526cc3e8c38d4339ea1 /doc/src/sgml/problems.sgml | |
| parent | 44cb3ae7efb9a2fe197a2a0287e919343f31f6d5 (diff) | |
| download | postgresql-5266f221a2e1358cc2bb208b3d25e9dec427c757.tar.gz | |
Merge postmaster and postgres command into just postgres. postmaster
symlink is kept for now for compatibility. To call single-user mode, use
postgres --single.
Diffstat (limited to 'doc/src/sgml/problems.sgml')
| -rw-r--r-- | doc/src/sgml/problems.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 132abc7f31..0e02d3d92f 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.25 2006/03/10 19:10:48 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.26 2006/06/18 15:38:36 petere Exp $ --> <sect1 id="bug-reporting"> <title>Bug Reporting Guidelines</title> @@ -223,7 +223,7 @@ <literal>SELECT version();</literal> to find out the version of the server you are connected to. Most executable programs also support a <option>--version</option> option; at least - <literal>postmaster --version</literal> and <literal>psql --version</literal> + <literal>postgres --version</literal> and <literal>psql --version</literal> should work. If the function or the options do not exist then your version is more than old enough to warrant an upgrade. @@ -283,7 +283,7 @@ are specifically talking about the backend server, mention that, do not just say <quote>PostgreSQL crashes</quote>. A crash of a single backend server process is quite different from crash of the parent - <quote>postmaster</> process; please don't say <quote>the postmaster + <quote>postgres</> process; please don't say <quote>the server crashed</> when you mean a single backend process went down, nor vice versa. Also, client programs such as the interactive frontend <quote><application>psql</application></quote> are completely separate from the backend. Please try to be specific |
