error

2019-03-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/xfunc-sql.html Description: > hello > > i've descovered a small error - instead of integer should be numeric > > https://www.postgresql.org/docs/9.6/xfunc-sql.html > > CREATE FUNCTION

Re: First SVG graphic

2019-03-28 Thread Alvaro Herrera
I think we should first exhaust all options to use the currently supported formats, before adding a new controversial one. You can use the {s} qualifier for a box in ditaa and it'll show a disk; this ascii diagram produces a "similar enough" image to your diagram, for example: ++

Re: First SVG graphic

2019-03-28 Thread Neil
> On Mar 28, 2019, at 1:08 PM, Peter Eisentraut > wrote: > > On 2019-03-28 12:24, Jürgen Purtz wrote: >> Because many of the prospective authors voted for Inkscape in the course >> of this discussion, there shall be at least one example in Inkscape format. > > Well, my vote is against doing a

Re: First SVG graphic

2019-03-28 Thread Peter Eisentraut
On 2019-03-28 12:24, Jürgen Purtz wrote: > Because many of the prospective authors voted for Inkscape in the course > of this discussion, there shall be at least one example in Inkscape format. Well, my vote is against doing anything with Inkscape, at least until other possibilities are exhausted

Re: First SVG graphic

2019-03-28 Thread Peter Eisentraut
On 2019-03-28 11:04, Magnus Hagander wrote: > See > > > for how to fix that build issue. > > > Ugh. If I understand it right, that's something that will happen to > anybody who tries

improve examples for JSON functions

2019-03-28 Thread Liudmila Mantrova
Hi, Please consider a small documentation patch that adds custom type definition to a couple of JSON function examples, so that they match the provided results. Previously, having "myrowtype" without a definition here could cause confusion as this type does not exist by default, and actually

Please add one more ALTER SYSTEM command example

2019-03-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-altersystem.html Description: Hi, ALTER SYSTEM can be used to set shared_preload_libraries with multiple values in the following way. postgres=# ALTER SYSTEM SET shared_preload_librar

Re: First SVG graphic

2019-03-28 Thread Jürgen Purtz
On 28.03.19 09:52, Peter Eisentraut wrote: On 2019-03-28 09:03, Tatsuo Ishii wrote: This has been committed. The SVG images are committed as well, so no new tools are required. What is the policy of adding graphics to PostgreSQL 12? Is it encouraged to add more graphics to 12 docs? Or do we wa

Re: First SVG graphic

2019-03-28 Thread Magnus Hagander
On Thu, Mar 28, 2019 at 9:59 AM Magnus Hagander wrote: > > > On Thu, Mar 28, 2019 at 8:50 AM Peter Eisentraut < > peter.eisentr...@2ndquadrant.com> wrote: > >> On 2019-03-28 01:50, Tom Lane wrote: >> > Peter Eisentraut writes: >> >> This has been committed. The SVG images are committed as well,

Re: First SVG graphic

2019-03-28 Thread Magnus Hagander
On Thu, Mar 28, 2019 at 8:50 AM Peter Eisentraut < peter.eisentr...@2ndquadrant.com> wrote: > On 2019-03-28 01:50, Tom Lane wrote: > > Peter Eisentraut writes: > >> This has been committed. The SVG images are committed as well, so no > >> new tools are required. > > > > Buildfarm member alabio s

Re: First SVG graphic

2019-03-28 Thread Peter Eisentraut
On 2019-03-28 09:03, Tatsuo Ishii wrote: >> This has been committed. The SVG images are committed as well, so no >> new tools are required. > > What is the policy of adding graphics to PostgreSQL 12? Is it > encouraged to add more graphics to 12 docs? Or do we want to prohibit > it? I have nothi

Re: First SVG graphic

2019-03-28 Thread Tatsuo Ishii
> This has been committed. The SVG images are committed as well, so no > new tools are required. What is the policy of adding graphics to PostgreSQL 12? Is it encouraged to add more graphics to 12 docs? Or do we want to prohibit it? Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http

Re: First SVG graphic

2019-03-28 Thread Peter Eisentraut
On 2019-03-28 01:50, Tom Lane wrote: > 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. See

Re: First SVG graphic

2019-03-28 Thread Jürgen Purtz
On 28.03.19 00:41, Tatsuo Ishii wrote: Is it possible to generate figure indexes? This is an additional topic and there was a brief discussion on 7 February (and in older conversations) regarding this. It concerns list of figures, tables, and examples. I intend to make a proposal around May