diff options
| author | Peter Eisentraut | 2007-10-30 23:06:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-10-30 23:06:06 +0000 |
| commit | e07904b0a46299243729365ab7e730b16a0665e9 (patch) | |
| tree | 023564926a83ce732fc163425b0aa79c4cecc746 | |
| parent | 406ee67c9ae13bd221046f5a3569c945a1fe7967 (diff) | |
Add note on PostgreSQL vs. Postgres.
| -rw-r--r-- | doc/src/sgml/history.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index 802d94358d1..8098470262d 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/history.sgml,v 1.29 2006/10/23 18:10:31 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/history.sgml,v 1.30 2007/10/30 23:06:06 petere Exp $ --> <sect1 id="history"> <title>A Brief History of <productname>PostgreSQL</productname></title> @@ -196,6 +196,14 @@ </para> <para> + Many people continue to refer to + <productname>PostgreSQL</productname> as <quote>Postgres</quote> + (now rarely in all capital letters) because of tradition or because + it is easier to pronounce. This usage is widely accepted as a + nickname or alias. + </para> + + <para> The emphasis during development of <productname>Postgres95</productname> was on identifying and understanding existing problems in the server code. With |
