Re: Values list-of-targetlists patch for comments (was Re:

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Values list-of-targetlists patch for comments (was Re:
Дата
Msg-id Pine.LNX.4.58.0608021005220.14057@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Values list-of-targetlists patch for comments (was Re: [HACKERS] 8.2 features?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Values list-of-targetlists patch for comments (was Re:
Re: Values list-of-targetlists patch for comments (was Re: [HACKERS] 8.2 features?)
Список pgsql-patches
Tom,

Is this intentional:

template1=# values(1), (2);
 column1
---------
       1
       2
(2 rows)

This is legal because of:

simple_select:
        /* ... */
            | values_clause                         { $$ = $2; }

Also, I am working out some docs and regression tests.

Gavin


В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Replication Documentation
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Replication Documentation