diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-12-13 15:01:56 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-12-13 15:01:56 +0100 |
commit | 56afe8509ec3057e06ebe244e51272511f05decb (patch) | |
tree | c22988809c7336909bf33c1149ce5d75edd8bd6e | |
parent | a49633d8dc6c66f6b2e92c8598d3dfa2cc72a259 (diff) | |
download | postgresql-56afe8509ec3057e06ebe244e51272511f05decb.tar.gz postgresql-56afe8509ec3057e06ebe244e51272511f05decb.zip |
Fix double "the" in the documentation
Erik Rijkers
-rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 1fefeab2292..6ea0415d861 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -263,7 +263,7 @@ <para> As a rule of thumb, an assumption of the stability or comparability - of <structfield>queryid</> values should be predicated on the the + of <structfield>queryid</> values should be predicated on the underlying catalog metadata and hash function implementation details exactly matching. Any two servers participating in any variety of replication based on physical WAL-replay can be expected |