diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:15:26 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:16:34 +0200 |
commit | 059872cea147617f688d314664df99d73a9c407e (patch) | |
tree | c929b9436f22597a2fa6ed78b7d3365448b4804c | |
parent | 25ff747721a5f4d386127528f50fd81d6cea365a (diff) | |
download | postgresql-059872cea147617f688d314664df99d73a9c407e.tar.gz postgresql-059872cea147617f688d314664df99d73a9c407e.zip |
Fix title in reference section
Reported-by: Robert Kahlert
Author: Daniel Gustafsson
-rw-r--r-- | doc/src/sgml/biblio.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 4010671a3d9..8dddbf5f768 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -121,8 +121,8 @@ </biblioentry> <biblioentry id="ull88"> - <title>Principles of Database and Knowledge</title> - <subtitle>Base Systems</subtitle> + <title>Principles of Database and Knowledge-Base Systems</title> + <subtitle>Classical Database Systems</subtitle> <authorgroup> <author> <firstname>Jeffrey D.</firstname> |