-<html>
+</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<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.
</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>
</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>
</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>
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.
<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>