diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-23 02:04:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-23 02:04:47 +0000 |
commit | 6a7a63d3a35ba47bc291cb4e419d1814b43fcf47 (patch) | |
tree | 82e8ff803455f2066b806bbef5dba5ed6a35d656 /doc/src | |
parent | cd76ad6a2efcc3390ae5a87776e9de4743fe229f (diff) | |
download | postgresql-6a7a63d3a35ba47bc291cb4e419d1814b43fcf47.tar.gz postgresql-6a7a63d3a35ba47bc291cb4e419d1814b43fcf47.zip |
Reference pgAdmin as a typical client-side tool, rather than the
no-longer-maintained PgAccess. Per Erik Rijkers.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/start.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 32f668aabe5..29357e4ca9b 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.122 2007/12/03 23:49:50 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.123 2008/01/23 02:04:47 tgl Exp $ --> <chapter id="plpgsql"> <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title> @@ -3474,7 +3474,7 @@ $$ LANGUAGE plpgsql; Another good way to develop in <application>PL/pgSQL</> is with a GUI database access tool that facilitates development in a procedural language. One example of such as a tool is - <application>PgAccess</>, although others exist. These tools often + <application>pgAdmin</>, although others exist. These tools often provide convenient features such as escaping single quotes and making it easier to recreate and debug functions. </para> diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index c97b953c5a1..1ae900852fa 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -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. |