From 6a7a63d3a35ba47bc291cb4e419d1814b43fcf47 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 23 Jan 2008 02:04:47 +0000 Subject: [PATCH] Reference pgAdmin as a typical client-side tool, rather than the no-longer-maintained PgAccess. Per Erik Rijkers. --- doc/src/sgml/plpgsql.sgml | 4 ++-- 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 32f668aabe..29357e4ca9 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,4 +1,4 @@ - + <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language @@ -3474,7 +3474,7 @@ $$ LANGUAGE plpgsql; Another good way to develop in PL/pgSQL is with a GUI database access tool that facilitates development in a procedural language. One example of such as a tool is - PgAccess, although others exist. These tools often + pgAdmin, although others exist. These tools often provide convenient features such as escaping single quotes and making it easier to recreate and debug functions. diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index c97b953c5a..1ae900852f 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,4 +1,4 @@ - + Getting Started @@ -298,7 +298,7 @@ createdb: database creation failed: ERROR: permission denied to create database Using an existing graphical frontend tool like - PgAccess or an office suite with + pgAdmin or an office suite with ODBC support to create and manipulate a database. These possibilities are not covered in this tutorial. -- GitLab