pgsql.hackers
[Top] [All Lists]

Re: Proposal: new border setting in psql

Subject: Re: Proposal: new border setting in psql
From: "D'Arcy J.M. Cain"
Date: Fri, 29 Aug 2008 06:55:45 -0400
Newsgroups: pgsql.hackers

On Fri, 29 Aug 2008 01:29:14 -0400
Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
> Hmm ... the patch works for data that contains no backslashes,
> asterisks, backquotes, vertical bars, nor underscores.  Nor perhaps
> other special characters that I might've missed in one cursory scan of
> the ReST spec.  I'm not sure which side of this should be considered a
> "corner case"; but I am quite certain that anyone trying to pass data
> into a ReST-reading application will soon be dissatisfied with this
> patch.

I think that your scan may have been a bit too cursory.  Those
characters, while significant in ReST, only matter when used in very
specific ways.  The following works just fine in my ReST application.

+----+-------+
| id | name  |
+====+=======+
|  8 | T'est |
+----+-------+
|  9 | T*est |
+----+-------+
| 10 | T\est |
+----+-------+
| 11 | T`est |
+----+-------+
| 12 | T_est |
+----+-------+


-- 
D'Arcy J.M. Cain <darcy@xxxxxxxxx>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@xxxxxxxxxxxxxx)
To make changes to your subscription:
                                www.postgresql.org/mailpref/pgsql-hackers">http://www.postgresql.org/mailpref/pgsql-hackers


<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy