1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Reference pgAdmin as a typical client-side tool, rather than the

no-longer-maintained PgAccess.  Per Erik Rijkers.
This commit is contained in:
Tom Lane
2008-01-23 02:04:47 +00:00
parent cd76ad6a2e
commit 6a7a63d3a3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.45 2007/06/21 10:43:09 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.46 2008/01/23 02:04:47 tgl Exp $ -->
<chapter id="tutorial-start">
<title>Getting Started</title>
@@ -298,7 +298,7 @@ createdb: database creation failed: ERROR: permission denied to create database
<listitem>
<para>
Using an existing graphical frontend tool like
<application>PgAccess</application> or an office suite with
<application>pgAdmin</application> or an office suite with
<acronym>ODBC</acronym> support to create and manipulate a
database. These possibilities are not covered in this
tutorial.