Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 7A366633302 for ; Sun, 4 Jul 2010 05:19:17 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 86477-09 for ; Sun, 4 Jul 2010 08:19:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mail.postgresql.org (Postfix) with ESMTP id DF85E6332BE for ; Sun, 4 Jul 2010 05:19:08 -0300 (ADT) Received: by wwe15 with SMTP id 15so75153wwe.19 for ; Sun, 04 Jul 2010 01:19:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=TGPMtzMA+acLziE6pNce0yu4BaB6DUXQrREg0at67Ns=; b=si2MCmULEvweUfDeIlOIX747I0/Ram0wVMRf4zoN84nv4TtsY7caXFTvq1wo6MZRIG rNc01gzh9UBqwGfwVvZY8N4usgqCLvIB7qwdtq6Fa3VFpkqDRvA1rJGbNZMZyq5tOzWc p1tmbRK/j+LlLraHe8wl7G2KrFQMA2Adu3taM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=FmixB2W6ffTxTCt8lwQtVNthEzx7QTwjuL3Ex0/n0Iov7jidNlsCsV5VLZCOxWvrPt ULYcpzSbTXAeFdpiCwp8esdyxF9RWHv9r1c0whAyrFPxcE8XCOK0xvqgaxVUDzKI2sjr xg1zNqHtNVizrUqizYYtFqRqohmUunOxNQ7no= Received: by 10.227.156.82 with SMTP id v18mr1511075wbw.1.1278231546683; Sun, 04 Jul 2010 01:19:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.156.193 with HTTP; Sun, 4 Jul 2010 01:18:46 -0700 (PDT) In-Reply-To: <201007040349.o643nZb16447@momjian.us> References: <1278215002.2451.2.camel@vanquo.pezone.net> <201007040349.o643nZb16447@momjian.us> From: Thom Brown Date: Sun, 4 Jul 2010 09:18:46 +0100 Message-ID: Subject: Re: Documentation and explanatory diagrams To: Bruce Momjian Cc: Peter Eisentraut , Tom Lane , Robert Haas , Alvaro Herrera , Rafael Martinez , pgsql-docs , Marc Fournier Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001 X-Spam-Level: X-Archive-Number: 201007/46 X-Sequence-Number: 5702 On 4 July 2010 04:49, Bruce Momjian wrote: > Peter Eisentraut wrote: >> On l?r, 2010-07-03 at 19:17 -0400, Tom Lane wrote: >> > I hesitate to suggest xfig, but at least it's got a well-specified >> > file format ... >> >> Looks a little old. =A0It doesn't appear to support SVG output, for >> example. > > It supports EPS output which I believe can be converted to SVG. > It looks like it does support SVG output: http://en.wikipedia.org/wiki/Xfig http://epb.lbl.gov/xfig/printing.html#export http://www.xfig.org/art11.html Thom