Обсуждение: pgsql: Add tools/find_gt_lt to find < and > in SGML source.
pgsql: Add tools/find_gt_lt to find < and > in SGML source.
От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Add tools/find_gt_lt to find < and > in SGML source.
Lowercase some uppercase tags so tools is more reliable at finding
problems.
Tags:
----
REL8_0_STABLE
Modified Files:
--------------
pgsql/doc/src/sgml:
client-auth.sgml (r1.70 -> r1.70.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml.diff?r1=1.70&r2=1.70.4.1)
contacts.sgml (r1.5 -> r1.5.12.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/contacts.sgml.diff?r1=1.5&r2=1.5.12.1)
installation.sgml (r1.228 -> r1.228.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.228&r2=1.228.4.1)
protocol.sgml (r1.57 -> r1.57.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml.diff?r1=1.57&r2=1.57.4.1)
release.sgml (r1.321.4.2 -> r1.321.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.321.4.2&r2=1.321.4.3)
rules.sgml (r1.37.4.2 -> r1.37.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml.diff?r1=1.37.4.2&r2=1.37.4.3)
runtime.sgml (r1.301.4.1 -> r1.301.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.301.4.1&r2=1.301.4.2)
xindex.sgml (r1.37 -> r1.37.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.37&r2=1.37.4.1)
xoper.sgml (r1.32 -> r1.32.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xoper.sgml.diff?r1=1.32&r2=1.32.4.1)
pgsql/doc/src/sgml/ref:
pg_restore.sgml (r1.49 -> r1.49.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_restore.sgml.diff?r1=1.49&r2=1.49.4.1)
pgsql/src/tools:
RELEASE_CHANGES (r1.52 -> r1.52.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.52&r2=1.52.4.1)
momjian@svr1.postgresql.org (Bruce Momjian) writes:
> Log Message:
> -----------
> Add tools/find_gt_lt to find < and > in SGML source.
> Lowercase some uppercase tags so tools is more reliable at finding
> problems.
> Tags:
> ----
> REL8_0_STABLE
Given that this is purely cosmetic, I'm pretty dubious about applying
such wholesale changes to the REL8_0_STABLE branch. You have not fixed
anything and there's a nonzero chance that you broke something.
regards, tom lane
Tom Lane wrote: > momjian@svr1.postgresql.org (Bruce Momjian) writes: > > Log Message: > > ----------- > > Add tools/find_gt_lt to find < and > in SGML source. > > > Lowercase some uppercase tags so tools is more reliable at finding > > problems. > > > Tags: > > ---- > > REL8_0_STABLE > > Given that this is purely cosmetic, I'm pretty dubious about applying > such wholesale changes to the REL8_0_STABLE branch. You have not fixed > anything and there's a nonzero chance that you broke something. True, but it is docs so I just backpatched. The SGML was wrong. I am also hoping it might help or sgmltools PDF conversion problem. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073