From: Bruce Momjian Date: Tue, 8 Jan 2002 05:39:26 +0000 (+0000) Subject: Update bad URL's with good ones. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3501754bc8e959210f72cfb91064c48727d05338;p=users%2Fbernd%2Fpostgres.git Update bad URL's with good ones. --- diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 7d9fb0c5f2..8cac7b671c 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog" More information about the FreeBSD documentation tools can be found in the FreeBSD + url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html">FreeBSD Documentation Project's instructions. diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 40da486499..a7faf91b77 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -290,7 +290,31 @@ Genetic Optimizer FAQ in comp.ai.genetic is available at Encore. + url="http://surf.de.uu.net/encore/www/">here. + + + + + + + Evolutionary Computation and its application to art and design + + + + + Craig + Reynolds + + + + + InterNet resource + + + + + The URL is here. diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index ed7367ff92..744388c547 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS ' Access to database itself from your Perl function can be done via an experimental module DBD::PgSPI + url="http://cpan.digisle.net/authors/id/A/AP/APILOS/">DBD::PgSPI (also on CPAN). This module makes available a DBI-compliant database-handle named $pg_dbh, and you can use that to perform