diff options
author | Bruce Momjian | 2021-06-08 20:47:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2021-06-08 20:47:14 +0000 |
commit | 444302ed56273e4c4006a9be319e60fa12a90346 (patch) | |
tree | 855f2b9f0efd5ca84d4818f377d6cc54e9cf8130 | |
parent | cb92703384e2bb3fa0a690e5dbb95ad333c2b44c (diff) |
doc: update release note item about the v2 wire protocol
Protocol v2 was last used in PG 7.3, not 7.2.
Reported-by: Tatsuo Ishii
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/release-14.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 08cb0676805..a2ad120cef4 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -213,7 +213,7 @@ Author: Heikki Linnakangas <[email protected]> </para> <para> - This was last used as the default in Postgres 7.2 (year 2002). + This was last used as the default in Postgres 7.3 (year 2002). </para> </listitem> |