diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-11-11 20:14:04 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-11-11 20:14:04 +0000 |
| commit | 1b342df00af318055a1cf432c3eaa3b74347df39 (patch) | |
| tree | 2f61d5b4c76b30bbe9130e99ec999b3676392128 /doc/src/sgml/start.sgml | |
| parent | b3279066830d88bb4bf02a765229b23dbadf4648 (diff) | |
| download | postgresql-1b342df00af318055a1cf432c3eaa3b74347df39.tar.gz | |
Merge documentation updates from 7.3 branch.
Diffstat (limited to 'doc/src/sgml/start.sgml')
| -rw-r--r-- | doc/src/sgml/start.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index ca1550bd6e..5fff93e7d0 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.26 2002/10/24 17:48:54 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.27 2002/11/11 20:14:04 petere Exp $ --> <chapter id="tutorial-start"> @@ -281,10 +281,10 @@ createdb: database creation failed <listitem> <para> Using an existing graphical frontend tool like - <application>PgAccess</application> or - <application>ApplixWare</application> (via - <acronym>ODBC</acronym>) to create and manipulate a database. - These possibilities are not covered in this tutorial. + <application>PgAccess</application> or an office suite with + <acronym>ODBC</acronym> support to create and manipulate a + database. These possibilities are not covered in this + tutorial. </para> </listitem> |
