From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.) |
Date: | 2014-02-05 04:43:28 |
Message-ID: | 20140205044328.GB2422724@tornado.leadboat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-docs pgsql-hackers |
On Tue, Feb 04, 2014 at 03:28:45PM -0500, Robert Haas wrote:
> On Tue, Feb 4, 2014 at 1:38 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > Noah Misch <noah(at)leadboat(dot)com> writes:
> >>> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> >>>> I wonder if these standalone things are really worthwhile.
> >
> >> I wonder how difficult it would be to make sufficient link data available when
> >> building the standalone files. There would be no linking per se; we would
> >> just need the referent's text fragment emitted where the <xref> tag appears.
> >
> > IIRC, that's basically what the "workaround" is, except it's not very
> > automated. Even if it were automated, though, there's still a problem:
> > such links aren't really *useful* in flat text format. I think that
> > forcing the author to actually think about what to put there in the
> > flat text version is a good thing, if we're going to retain the flat
> > text version at all.
>
> Right. I mean, a lot of the links say things like "Section 26.2"
> which obviously makes no sense in a standalone text file.
For <xref>s normally displayed that way, text output could emit a URL, either
inline or in the form of a footnote. For link targets (e.g. SQL commands)
having a friendly text fragment for <xref> sites, use the normal fragment.
--
Noah Misch
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2014-02-05 18:27:38 | Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.) |
Previous Message | Peter Eisentraut | 2014-02-05 01:15:00 | pgsql: PL/Perl: Fix compiler warning |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2014-02-05 18:27:38 | Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.) |
Previous Message | Robert Haas | 2014-02-04 20:28:45 | Re: Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.) |
From | Date | Subject | |
---|---|---|---|
Next Message | James Sewell | 2014-02-05 05:00:12 | PostgreSQL Failback without rebuild |
Previous Message | Michael Paquier | 2014-02-05 04:19:03 | Re: PoC: Duplicate Tuple Elidation during External Sort for DISTINCT |