Re: First SVG graphic

2019-03-08 Thread Peter Eisentraut
How do you get from the Inkscape SVG files to the what you call
"optimized SVG" files?

I loaded the gin_inkscape.svg file into Inkscape, saved it back out as
"Plain SVG", but the resultant file did not look at all similar to the
existing gin.svg.

-- 
Peter Eisentraut  http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pg_basebackup of local postgres with linked pg_xlog directory

2019-03-08 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/app-pgbasebackup.html
Description:

It would be nice to see documentation over the use case of creating a backup
file with pg_basebackup when there is a linked pg_xlog directory on the
localhost being backed up.

Thanks!
Joanna


WAL Configuration Grammar Fix

2019-03-08 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/wal-configuration.html
Description:

On the WAL Configuration page -
https://www.postgresql.org/docs/current/wal-configuration.html
It reads: "On Linux and POSIX platforms checkpoint_flush_after allows to
force the OS that pages written by the checkpoint should be flushed to disk
after a configurable number of bytes."

I believe a "you" is missing. I also suggest a more clear sentence
construction might be:
"On Linux and POSIX platforms you can use checkpoint_flush_after to set a
configurable number of bytes after which the OS will be forced to flush to
disk the pages written by the checkpoint."

Respectfully submitted.
Evan Macbeth