Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a7a63d

Browse files
committed
Reference pgAdmin as a typical client-side tool, rather than the
no-longer-maintained PgAccess. Per Erik Rijkers.
1 parentcd76ad6 commit6a7a63d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

‎doc/src/sgml/start.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp