|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.28 2007/03/02 23:37:22 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.29 2007/11/07 13:12:21 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="source">
|
4 | 4 | <title>PostgreSQL Coding Conventions</title>
|
@@ -375,7 +375,9 @@ Hint: the addendum
|
375 | 375 |
|
376 | 376 | <para>
|
377 | 377 | Detail and hint messages: Use complete sentences, and end each with
|
378 |
| - a period. Capitalize the first word of sentences. |
| 378 | + a period. Capitalize the first word of sentences. Put two spaces after |
| 379 | + the period if another sentence follows (for English text; might be |
| 380 | + inappropriate in other languages). |
379 | 381 | </para>
|
380 | 382 |
|
381 | 383 | <para>
|
|