Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4Q8M-0007fW-0p for pgsql-docs@arkaria.postgresql.org; Thu, 14 Mar 2019 13:10:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1h4Q8J-0005Ne-52 for pgsql-docs@arkaria.postgresql.org; Thu, 14 Mar 2019 13:10:51 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4Q8I-0005NW-VU for pgsql-docs@lists.postgresql.org; Thu, 14 Mar 2019 13:10:51 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4Q8F-0008CC-OU for pgsql-docs@lists.postgresql.org; Thu, 14 Mar 2019 13:10:50 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x2EDAgWg023266; Thu, 14 Mar 2019 09:10:43 -0400 From: Tom Lane To: Peter Eisentraut cc: pgsql-docs@lists.postgresql.org, =?UTF-8?Q?J=c3=bcrgen_Purtz?= Subject: Re: First SVG graphic In-reply-to: <0deb49ff-6c83-b909-9338-7239a77a0854@2ndquadrant.com> References: <4393cdcd-4efd-3198-4ffc-c080a5af79c7@2ndquadrant.com> <55a6a8cb-bfaa-e5a6-4596-82f445f1ec7c@2ndquadrant.com> <86af349c-5bcb-a28c-d858-c5cb0a283cd2@purtz.de> <808a932e-bc40-d57e-7de2-5e4fd9a24ac6@purtz.de> <58af275f-a46a-0ec5-8f95-c8ece23ee038@purtz.de> <20190309155411.mn5hqlhjbhhrdb4u@momjian.us> <21705.1552150171@sss.pgh.pa.us> <20190309173907.a6r6ghkokhbh4x3p@momjian.us> <4d48c7b8-750d-c6b4-fdfe-0e3c0d00760d@purtz.de> <22218.1552315852@sss.pgh.pa.us> <0deb49ff-6c83-b909-9338-7239a77a0854@2ndquadrant.com> Comments: In-reply-to Peter Eisentraut message dated "Thu, 14 Mar 2019 13:40:38 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23264.1552569042.1@sss.pgh.pa.us> Date: Thu, 14 Mar 2019 09:10:42 -0400 Message-ID: <23265.1552569042@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Peter Eisentraut writes: > On 2019-03-11 15:50, Tom Lane wrote: >> Ideally, we'd treat them much as we do for bison output files: >> we'll supply them in tarballs but you'd better have the relevant >> tools if you want to build docs from a git pull. However, that >> may be assuming too much about the portability of the tools ... > The portability is not something I'm concerned about, but Ditaa requires > Java, so that might annoy some people. Portability is something you *should* be concerned about. We want all patch submitters to be able to build the docs, else we'll forever be fighting silly markup errors. That's not a productive use of anybody's time. regards, tom lane