diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-28 16:21:57 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-28 16:21:57 +0000 |
commit | 0fd087af83e399e08c76f57d6d9ef4498b009519 (patch) | |
tree | b538fcd9523039a8cf3a3b56cd3fea09bff27ec9 | |
parent | b8cd6b4f25851554faffde256b136a41d2b75935 (diff) | |
download | postgresql-0fd087af83e399e08c76f57d6d9ef4498b009519.tar.gz postgresql-0fd087af83e399e08c76f57d6d9ef4498b009519.zip |
Fix table title.
-rw-r--r-- | doc/src/sgml/charset.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 5c0ad1b040b..2dcaefddc3e 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.77 2006/07/28 15:33:17 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.78 2006/07/28 16:21:57 tgl Exp $ --> <chapter id="charset"> <title>Localization</> @@ -323,7 +323,7 @@ initdb --locale=sv_SE </para> <table id="charset-table"> - <title>Server Character Sets</title> + <title><productname>PostgreSQL</productname> Character Sets</title> <tgroup cols="6"> <thead> <row> |