From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-www(at)postgresql(dot)org, pgsql-docs(at)postgresql(dot)org |
Subject: | Re: Odd formatting in on-line docs |
Date: | 2004-04-20 01:03:55 |
Message-ID: | 200404200103.i3K13tr15208@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-www |
Tom Lane wrote:
> The online copies of the documentation misformat <programlisting>
> constructs, indenting lines after the first. For example at
>
> http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-LEXICAL
>
> the three example SQL statements should all be indented the same. Older
> versions look the same, as do the "interactive" versions. But the
> developer version of the docs is fine:
>
> http://developer.postgresql.org/docs/postgres/sql-syntax.html#SQL-SYNTAX-LEXICAL
>
> I think this must be some weird interaction between the docs themselves
> and the HTML wrapper that's put around them to make the online pages.
> Can anyone diagnose this and fix it?
Someone must have fixed it:
SELECT * FROM MY_TABLE;
UPDATE MY_TABLE SET A = 5;
INSERT INTO MY_TABLE VALUES (3, 'hi there');
It isn't indented like the developer docs, but it isn't misaligned.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2004-04-20 07:06:37 | Re: Odd formatting in on-line docs |
Previous Message | Bruce Momjian | 2004-04-19 23:37:16 | Re: Docs on PREPARE sql command should probably point to DEALLOCATE |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexey Borzov | 2004-04-20 05:52:57 | Re: On site design issues |
Previous Message | Bruce Momjian | 2004-04-20 00:33:32 | Re: Techdocs link errata |