From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Proposal: new border setting in psql |
Date: | 2009-01-08 17:54:54 |
Message-ID: | 18159.1231437294@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Yes, I did, and now I see why you said there might be only a few broken
> cases. But I did not see any documentation in the standard saying that
> was OK:
> http://docutils.sourceforge.net/docs/user/rst/quickref.html#escaping
The example on that page is just bizarre. If the first asterisk
has to be escaped to prevent it being taken as markup, why doesn't the
second have to be? I suppose it's because there's no "closing" asterisk
to match it, but that's not the sort of thing one ought to depend on.
> so it might be that your ReST interpreter is broken.
Looking at this I'd say the ReST standard is broken, or at least expects
unreasonably complicated behavior. But anyway, it's quite clear that
there are *many* cases that need escaping, not only backslashes.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-01-08 18:05:03 | Re: Proposal: new border setting in psql |
Previous Message | Bruce Momjian | 2009-01-08 17:50:57 | Re: Proposal: new border setting in psql |