File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.37 2001/12 /08 03:24:22 thomas Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.38 2002/01 /08 05:39:26 momjian Exp $ -->
2
2
3
3
<appendix id="docguide">
4
4
<title>Documentation</title>
@@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog"
278
278
<para>
279
279
More information about the FreeBSD documentation tools can be
280
280
found in the <ulink
281
- url="http://www.freebsd.org/tutorials/docproj- primer/tools .html">FreeBSD
281
+ url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp- primer/index .html">FreeBSD
282
282
Documentation Project's instructions</ulink>.
283
283
</para>
284
284
</sect2>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.20 2001/11/21 05:53:41 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.21 2002/01/08 05:39:26 momjian Exp $
3
3
Genetic Optimizer
4
4
-->
5
5
@@ -290,7 +290,31 @@ Genetic Optimizer
290
290
<para>
291
291
FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
292
292
is available at <ulink
293
- url="ftp://ftp.Germany.EU.net/pub/research/softcomp/EC/Welcome.html">Encore</ulink>.
293
+ url="http://surf.de.uu.net/encore/www/">here</ulink>.
294
+ </para>
295
+ </abstract>
296
+ </bookbiblio>
297
+
298
+ <bookbiblio>
299
+ <title>
300
+ Evolutionary Computation and its application to art and design
301
+
302
+ </title>
303
+ <authorgroup>
304
+ <author>
305
+ <firstname>Craig</firstname>
306
+ <surname>Reynolds</surname>
307
+ </author>
308
+ </authorgroup>
309
+ <publisher>
310
+ <publishername>
311
+ InterNet resource
312
+ </publishername>
313
+ </publisher>
314
+ <abstract>
315
+ <para>
316
+ The URL is <ulink
317
+ url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
294
318
</para>
295
319
</abstract>
296
320
</bookbiblio>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.12 2002/01/07 02:29:13 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.13 2002/01/08 05:39:26 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="plperl">
@@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
180
180
<para>
181
181
Access to database itself from your Perl function can be done via
182
182
an experimental module <ulink
183
- url="http://www.formenos.org/PgSPI /"><literal>DBD::PgSPI</literal></ulink>
183
+ url="http://cpan.digisle.net/authors/id/A/AP/APILOS /"><literal>DBD::PgSPI</literal></ulink>
184
184
(also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
185
185
module makes available a <acronym>DBI</>-compliant database-handle
186
186
named <varname>$pg_dbh</varname>, and you can use that to perform
You can’t perform that action at this time.
0 commit comments