pg_stat_statements doc tweaks

Started by Ian Lawrence Barwickalmost 11 years ago3 messagesdocs
Jump to latest
#1Ian Lawrence Barwick
barwick@gmail.com

Hi

I noticed that the pg_stat_statement docs [*] seem to imply that if you load
pg_stat_statements via 'shared_preload_libraries', a "system view"
named 'pg_stat_statements' will be created, presumably in the pg_catalog
schema. However the requirement to install the extension to access the
(non-system) view isn't mentioned until after the (lengthy) view description.

[*] http://www.postgresql.org/docs/devel/static/pgstatstatements.html

I've refactored this slightly to put the installation details at the top, and
remove the term "system view".

Regards

Ian Barwick

--
Ian Barwick http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, RemoteDBA, Training & Services

Attachments:

pgss-doc.patchtext/plain; charset=UTF-8; name=pgss-doc.patch; x-mac-creator=0; x-mac-type=0Download+16-16
#2Bruce Momjian
bruce@momjian.us
In reply to: Ian Lawrence Barwick (#1)
Re: pg_stat_statements doc tweaks

On Wed, May 6, 2015 at 08:42:02AM +0900, Ian Barwick wrote:

Hi

I noticed that the pg_stat_statement docs [*] seem to imply that if you load
pg_stat_statements via 'shared_preload_libraries', a "system view"
named 'pg_stat_statements' will be created, presumably in the pg_catalog
schema. However the requirement to install the extension to access the
(non-system) view isn't mentioned until after the (lengthy) view description.

[*] http://www.postgresql.org/docs/devel/static/pgstatstatements.html

I've refactored this slightly to put the installation details at the top, and
remove the term "system view".

Patch applied, thanks.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#3Ian Lawrence Barwick
barwick@gmail.com
In reply to: Bruce Momjian (#2)
Re: pg_stat_statements doc tweaks

On 10/05/15 03:11, Bruce Momjian wrote:

On Wed, May 6, 2015 at 08:42:02AM +0900, Ian Barwick wrote:

Hi

I noticed that the pg_stat_statement docs [*] seem to imply that if you load
pg_stat_statements via 'shared_preload_libraries', a "system view"
named 'pg_stat_statements' will be created, presumably in the pg_catalog
schema. However the requirement to install the extension to access the
(non-system) view isn't mentioned until after the (lengthy) view description.

[*] http://www.postgresql.org/docs/devel/static/pgstatstatements.html

I've refactored this slightly to put the installation details at the top, and
remove the term "system view".

Patch applied, thanks.

Thanks!

Regards

Ian Barwick

--
Ian Barwick http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs