Re: The empty list?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The empty list?
Дата
Msg-id 21991.1162506863@sss.pgh.pa.us
обсуждение исходный текст
Ответ на The empty list?  (Jesper Krogh <jesper@krogh.cc>)
Ответы Re: The empty list?
Список pgsql-sql
Jesper Krogh <jesper@krogh.cc> writes:
> Whereas this gives a syntax error:

> # select 1 in ();
> ERROR:  syntax error at or near ")" at character 14
> LINE 1: select 1 in ();
>                      ^

If we took that syntax it would probably mean a zero-element row,
not an empty IN list.  But I'm disclined to allow either, as it'd
seem entirely too likely to convert plain old typos into queries
the system will think are valid ...

I think the short answer why the spec disallows this (which it does)
is that it considers the right-hand side to be a table, and with
absolutely nothing there, there is no way to impute a rowtype to the
table.
        regards, tom lane


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

Предыдущее
От: Jesper Krogh
Дата:
Сообщение: The empty list?
Следующее
От: "Aaron Bono"
Дата:
Сообщение: Re: The empty list?