On Wed, May 28, 2014 at 10:46 AM, Fujii Masao <masao.fu...@gmail.com> wrote:
> On Wed, May 28, 2014 at 4:36 AM, Fabrízio de Royes Mello > <fabriziome...@gmail.com> wrote: > > > > On Mon, May 26, 2014 at 12:33 PM, Amit Langote <amitlangot...@gmail.com> > > wrote: > >> > >> Hi, > >> > >> Just noticed pg_llog is not mentioned in the "Database File Layout" > >> section. Wonder if it's an oversight? > >> > > > > Yes, it is an oversight. Patch attached. > > ISTM pg_stat directory is also missing in the doc. > > Added pg_stat too. Attached patch! -- Fabrízio de Royes Mello Consultoria/Coaching PostgreSQL >> Timbira: http://www.timbira.com.br >> Blog sobre TI: http://fabriziomello.blogspot.com >> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello >> Twitter: http://twitter.com/fabriziomello
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 57e7f09..41f81e9 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -78,6 +78,11 @@ Item </row> <row> + <entry><filename>pg_llog</></entry> + <entry>Subdirectory containing logical replication status data</entry> +</row> + +<row> <entry><filename>pg_multixact</></entry> <entry>Subdirectory containing multitransaction status data (used for shared row locks)</entry> @@ -104,6 +109,11 @@ Item </row> <row> + <entry><filename>pg_stat</></entry> + <entry>Subdirectory containing files for the statistics subsystem</entry> +</row> + +<row> <entry><filename>pg_stat_tmp</></entry> <entry>Subdirectory containing temporary files for the statistics subsystem</entry>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers