mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user