diff options
author | Tom Lane | 2008-01-23 02:04:47 +0000 |
---|---|---|
committer | Tom Lane | 2008-01-23 02:04:47 +0000 |
commit | de0caf6523d3ec42ab306da722d8a9c1fc2ced6d (patch) | |
tree | 7d43076f4b0d534854fa1fbba0a31ad808183592 | |
parent | bb04b7751c77698e2dc96fc466dae7e8a8a5b8ab (diff) |
Reference pgAdmin as a typical client-side tool, rather than the
no-longer-maintained PgAccess. Per Erik Rijkers.
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/start.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 50ce18f1a7..7fe8723a4e 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -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 ef394a7810..4e0cc0f52a 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -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. |