Re: [DOCS] Documentation and explanatory diagrams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce Momjian wrote: [...] > > OK, DIA sounds like it meets the requirements, and it would be good to > get some images into our documentation. I wonder if it could import > some of my xfig diagrams; if so, I could probably keep the images you > took from me updated in CVS. > Where can I get these xfig diagrams? I can play with them and see how it works to import/convert them. - -- Rafael Martinez, Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkvRb8gACgkQBhuKQurGihRxmwCgo6fpECJOSCS93DTdoMJJAC8e 0JQAoIseSJKVzW+ktui3Ma++1suLeTwR =tNyp -END PGP SIGNATURE- -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
[DOCS] pgbench.sgml - typo
s/the the/the/g; # 2 x --- doc/src/sgml/pgbench.sgml.orig 2010-04-23 23:50:04.0 +0200 +++ doc/src/sgml/pgbench.sgml 2010-04-23 23:50:32.0 +0200 @@ -553,7 +553,7 @@ nnn is the PID of the pgbench process. If the -j option is 2 or higher, creating multiple worker threads, each will have its own log file. The first worker will use the - the same name for its log file as in the standard single worker case. + same name for its log file as in the standard single worker case. The additional log files for the other workers will be named pgbench_log.nnn.mmm, where mmm is a sequential number for each worker starting --- doc/src/sgml/pgfreespacemap.sgml.orig 2010-04-23 23:53:36.0 +0200 +++ doc/src/sgml/pgfreespacemap.sgml2010-04-23 23:53:54.0 +0200 @@ -46,7 +46,7 @@ - Displays the the amount of free space on each page of the relation, + Displays the amount of free space on each page of the relation, according to the FSM. A set of (blkno bigint, avail int2) tuples is returned, one tuple for each page in the relation. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] pgbench.sgml - typo
On Fri, Apr 23, 2010 at 5:54 PM, Erik Rijkers wrote: > s/the the/the/g; # 2 x Fixed along with a bunch of others I found. Thanks, ...Robert -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
