CREATE SCHEMA AUTHORIZATION joe;

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

Page: https://www.postgresql.org/docs/9.6/sql-createschema.html
Description:

CREATE SCHEMA AUTHORIZATION joe;
the role joe must created first,than create schema authorization will
succeed


30.3. Asynchronous Commit

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

Page: https://www.postgresql.org/docs/9.6/wal-async-commit.html
Description:

How do async commits and unlogged tables relate? You might add a paragraph
on clarifying this relation. 
https://www.postgresql.org/docs/9.6/wal-async-commit.html


Re: First SVG graphic

2019-03-27 Thread Peter Eisentraut
This has been committed.  The SVG images are committed as well, so no
new tools are required.

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




Re: First SVG graphic

2019-03-27 Thread Peter Geoghegan
On Wed, Mar 27, 2019 at 3:17 PM Peter Eisentraut
 wrote:
> This has been committed.  The SVG images are committed as well, so no
> new tools are required.

Apparently it's possible to run Ditaa over the web. Perhaps we'll
figure out a way to have contributors validate their changes through a
browser, rather than expecting them to install Java locally. I don't
think that it's necessary to have something like that available
immediately. It is an option, though.

-- 
Peter Geoghegan




Re: First SVG graphic

2019-03-27 Thread Tatsuo Ishii
> This has been committed.  The SVG images are committed as well, so no
> new tools are required.

Is it possible to generate figure indexes?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: First SVG graphic

2019-03-27 Thread Tom Lane
Peter Eisentraut  writes:
> This has been committed.  The SVG images are committed as well, so no
> new tools are required.

Buildfarm member alabio seems less than pleased.

regards, tom lane