Re: Invalid YAML output from EXPLAIN
От | Robert Haas |
---|---|
Тема | Re: Invalid YAML output from EXPLAIN |
Дата | |
Msg-id | AANLkTimWO4YN6wHbP-lEmcK1mcIbu8gQIGNzt7y3l2RS@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Invalid YAML output from EXPLAIN (Dean Rasheed <dean.a.rasheed@gmail.com>) |
Ответы |
Re: Invalid YAML output from EXPLAIN
|
Список | pgsql-bugs |
On Wed, Jun 9, 2010 at 2:58 AM, Dean Rasheed <dean.a.rasheed@gmail.com> wro= te: > On 9 June 2010 03:48, Robert Haas <robertmhaas@gmail.com> wrote: >> Er, I should also say, thanks for the report, and please test. =A0I am >> definitely not an expert on YAML. >> > > I'm not an expert on YAML either, but I don't think this works (at > least it breaks against the online YAML parser here: > http://yaml-online-parser.appspot.com/). If the string starts with a > ".", then it tries to treat it as a floating point number and baulks > if the rest of the string isn't a valid number. Really? I enter: - foo - bar - .baz And it produces this JSON: [ "foo", "bar", ".baz" ] That looks OK to me. --=20 Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company
В списке pgsql-bugs по дате отправления: