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:31 +0200 |
commit | 727f6fb8f71f7ed64e6883164765bbf6cb7684ec (patch) | |
tree | 0f394632a735b78eb9aed825fab8958a469bd73f | |
parent | d601a930756b96fe05beb75a1b624a8155c98cc8 (diff) | |
download | postgresql-727f6fb8f71f7ed64e6883164765bbf6cb7684ec.tar.gz postgresql-727f6fb8f71f7ed64e6883164765bbf6cb7684ec.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 128072ded9b..73a21b6add1 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> |