|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.29 2004/11/27 21:56:05 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.30 2004/12/22 02:17:15 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -237,7 +237,9 @@ PostgreSQL documentation |
237 | 237 | has been set in the <filename>postgresql.conf</filename> file. |
238 | 238 | If neither of those is used, it will use the default port that |
239 | 239 | <productname>PostgreSQL</productname> was compiled with |
240 | | - (5432 by default). |
| 240 | + (5432 by default). When waiting, <command>pg_ctl</command> will |
| 241 | + return an accurate exit code based on the success of the startup |
| 242 | +or shutdown. |
241 | 243 | </para> |
242 | 244 | </listitem> |
243 | 245 | </varlistentry> |
|