Fix external links
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Sun, 10 May 2009 11:19:17 +0000 (11:19 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Sun, 10 May 2009 11:19:17 +0000 (11:19 +0000)
git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7858 a7884b65-44f6-0310-8a51-81a127f17b15

docs/en_US/backup.html
docs/en_US/connect-error.html
docs/en_US/connect.html
docs/en_US/restore.html

index 5c5e704e3e8cddb915be91c4baec3e15663e2505..9e21cf0be091e699dd55912cd74e80517724a422 100644 (file)
@@ -1,4 +1,4 @@
-<html>
+</html>
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
@@ -12,7 +12,7 @@
 <center><img src="images/backup.png"></center>
 <p>
 The backup dialogue presents a somewhat simplified interface to the
-PostgreSQL <a href="pg/app-pgdump.html">pg_dump</A> tool. 
+PostgreSQL <a href="http://www.postgresql.org/docs/current/interactive/app-pgdump.html">pg_dump</A> tool. 
 You can backup a single table, a schema or a complete database,
 dependent on the object you select when starting the backup
 tool. 
index aced1c4315016b6e0310a47b18f649875922cde3..eb825d7a74b035f1e6cb896d36a1b5adc032c1ba 100644 (file)
@@ -40,7 +40,7 @@ accept connections on any IP interface.
 </p>
 <p>
 For further information, please refer to the PostgreSQL documentation about
-<a href="pg/runtime-config.html">runtime configuration</a>.<br>
+<a href="http://www.postgresql.org/docs/current/interactive/runtime-config.html">runtime configuration</a>.<br>
 </p>
 <br>
 <H3 id="no-hba">FATAL: no pg_hba.conf entry</H3>
@@ -60,7 +60,7 @@ pg_hba.conf file.
 </p>
 <p>
 For further information, please refer to the PostgreSQL documentation about 
-<a href="pg/client-authentication.html">client authentication</a>.<br>
+<a href="http://www.postgresql.org/docs/current/interactive/client-authentication.html">client authentication</a>.<br>
 </p>
 </BODY>
 </HTML>
index 987571537d0442f499e43cd75f7bbd61c63e3bff..fd3db92fb44e1a7f1c29b9192ae26c570f37d289 100644 (file)
@@ -41,7 +41,7 @@ this purpose to avoid cluttering the template database.
 </p>
 <P>
 If you select "Store password", pgAdmin stores passwords you enter in the ~/.pgpass file under *nix or %APPDATA%\postgresql\pgpass.conf
-under Win32 for later reuse. For details, see <a href='pg/libpq-pgpass.html'>pgpass documentation</a>.
+under Win32 for later reuse. For details, see <a href=http://www.postgresql.org/docs/current/interactive/libpq-pgpass.html">pgpass documentation</a>.
 It will be used for all libpq based tools. If you want the password removed, you can
 select the server's properties and uncheck the selection any time.
 </P>
@@ -51,12 +51,12 @@ browser environment when you reconnect to this server. If you regularly use diff
 databases on the same server you might want to turn this option off.
 </P>
 <P>The DB restriction field allows you to enter an SQL restriction that 
-will be used against the <a href="pg/catalog-pg-database.html">pg_database</a>
+will be used against the <a href="http://www.postgresql.org/docs/current/interactive/catalog-pg-database.html">pg_database</a>
 table to limit the databases that you see. For example, you might enter: 
 <i>'live_db', 'test_db'</i> so that only live_db and test_db 
 are shown in the pgAdmin browser. Note that you can also limit the schemas
 shown in the database from the Database properties dialogue by entering a
-restriction against <a href="pg/catalog-pg-namespace.html">pg_namespace</a>.
+restriction against <a href="http://www.postgresql.org/docs/current/interactive/catalog-pg-namespace.html">pg_namespace</a>.
 <P>
 The service field specifies parameters to control the database service
 process. Its meaning is operating system dependent.
index 28d1ca650a8b321dc3cfc3e0254666d71450219f..c73c08386d9cea1129cf9f81dbb18cad565f7d43 100644 (file)
@@ -12,7 +12,7 @@
 <center><img src="images/restore.png"></center>
 <p>
 The restore dialogue presents a somewhat simplified interface to the
-PostgreSQL <a href="pg/app-pgrestore.html">pg_restore</A>
+PostgreSQL <a href="http://www.postgresql.org/docs/current/interactive/app-pgrestore.html">pg_restore</A>
 tool. 
 </p>
 <p>