File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.122 2007/12/03 23:49:50 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.123 2008/01/23 02:04:47 tgl Exp $ -->
22
33<chapter id="plpgsql">
44 <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -3474,7 +3474,7 @@ $$ LANGUAGE plpgsql;
34743474 Another good way to develop in <application>PL/pgSQL</> is with a
34753475 GUI database access tool that facilitates development in a
34763476 procedural language. One example of such as a tool is
3477- <application>PgAccess </>, although others exist. These tools often
3477+ <application>pgAdmin </>, although others exist. These tools often
34783478 provide convenient features such as escaping single quotes and
34793479 making it easier to recreate and debug functions.
34803480 </para>
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.45 2007/06/21 10:43:09 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.46 2008/01/23 02:04:47 tgl Exp $ -->
22
33 <chapter id="tutorial-start">
44 <title>Getting Started</title>
@@ -298,7 +298,7 @@ createdb: database creation failed: ERROR: permission denied to create database
298298 <listitem>
299299 <para>
300300 Using an existing graphical frontend tool like
301- <application>PgAccess </application> or an office suite with
301+ <application>pgAdmin </application> or an office suite with
302302 <acronym>ODBC</acronym> support to create and manipulate a
303303 database. These possibilities are not covered in this
304304 tutorial.
You can’t perform that action at this time.
0 commit comments