Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
cc9ae0b6
Commit
cc9ae0b6
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update bad URL's with good ones.
parent
f88aa2d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/docguide.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/docguide.sgml
doc/src/sgml/geqo.sgml
+26
-2
26 additions, 2 deletions
doc/src/sgml/geqo.sgml
doc/src/sgml/plperl.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/plperl.sgml
with
30 additions
and
6 deletions
doc/src/sgml/docguide.sgml
+
2
−
2
View file @
cc9ae0b6
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.3
7
200
1/12
/08 0
3:24:22 thomas
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.3
8
200
2/01
/08 0
5:39:26 momjian
Exp $ -->
<appendix id="docguide">
<title>Documentation</title>
...
...
@@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog"
<para>
More information about the FreeBSD documentation tools can be
found in the <ulink
url="http://www.freebsd.org/
tutorials/docproj
-primer/
tools
.html">FreeBSD
url="http://www.freebsd.org/
doc/en_US.ISO8859-1/books/fdp
-primer/
index
.html">FreeBSD
Documentation Project's instructions</ulink>.
</para>
</sect2>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/geqo.sgml
+
26
−
2
View file @
cc9ae0b6
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.2
0
200
1/11/21 05:53:41 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.2
1
200
2/01/08 05:39:26 momjian
Exp $
Genetic Optimizer
-->
...
...
@@ -290,7 +290,31 @@ Genetic Optimizer
<para>
FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
is available at <ulink
url="ftp://ftp.Germany.EU.net/pub/research/softcomp/EC/Welcome.html">Encore</ulink>.
url="http://surf.de.uu.net/encore/www/">here</ulink>.
</para>
</abstract>
</bookbiblio>
<bookbiblio>
<title>
Evolutionary Computation and its application to art and design
</title>
<authorgroup>
<author>
<firstname>Craig</firstname>
<surname>Reynolds</surname>
</author>
</authorgroup>
<publisher>
<publishername>
InterNet resource
</publishername>
</publisher>
<abstract>
<para>
The URL is <ulink
url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
</para>
</abstract>
</bookbiblio>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/plperl.sgml
+
2
−
2
View file @
cc9ae0b6
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.1
2
2002/01/0
7
0
2:29:13 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.1
3
2002/01/0
8
0
5:39:26 momjian
Exp $
-->
<chapter id="plperl">
...
...
@@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
<para>
Access to database itself from your Perl function can be done via
an experimental module <ulink
url="http://
www.formenos.org/PgSPI
/"><literal>DBD::PgSPI</literal></ulink>
url="http://
cpan.digisle.net/authors/id/A/AP/APILOS
/"><literal>DBD::PgSPI</literal></ulink>
(also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
module makes available a <acronym>DBI</>-compliant database-handle
named <varname>$pg_dbh</varname>, and you can use that to perform
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment