diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-13 16:42:24 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-13 16:43:13 -0400 |
commit | cd93425cd1e9b66ad99cfee819c928b202b63ee6 (patch) | |
tree | 3fb916df49c624578170a6c8cb610aaacc79ac27 /doc/src | |
parent | e54b10a62db2991235fe800c629baef4531a6d67 (diff) | |
download | postgresql-cd93425cd1e9b66ad99cfee819c928b202b63ee6.tar.gz postgresql-cd93425cd1e9b66ad99cfee819c928b202b63ee6.zip |
Add Peter Geoghegan as additional author of pg_stat_statements.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 00a0e5e1308..a6064727fcc 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -397,10 +397,11 @@ hit_percent | 34.4947735191637631 </sect2> <sect2> - <title>Author</title> + <title>Authors</title> <para> - Takahiro Itagaki <email>itagaki.takahiro@oss.ntt.co.jp</email> + Takahiro Itagaki <email>itagaki.takahiro@oss.ntt.co.jp</email>. + Query normalization added by Peter Geoghegan <email>peter@2ndquadrant.com</email>. </para> </sect2> |