Re: COUNT(*) to find records which have a certain number of dependencies ?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: COUNT(*) to find records which have a certain number of dependencies ?
Дата
Msg-id 877jqohdoj.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: COUNT(*) to find records which have a certain number of  (T E Schmitz <mailreg@numerixtechnology.de>)
Ответы Re: COUNT(*) to find records which have a certain number of dependencies  (Mischa Sandberg <ischamay.andbergsay@activestateway.com>)
Список pgsql-sql
T E Schmitz <mailreg@numerixtechnology.de> writes:

> ) as somealias on (model_fk = model_pk)
> 
> (subquery in FROM must have an alias)

ARGH! This is one of the most annoying things about postgres! It bites me all
the time. Obviously it's totally insignificant since it's easy for my to just
throw an "AS x" on the end of it. But damn.

I see there's a comment foreseeing some annoyance value for this in the
source:
         /*          * The SQL spec does not permit a subselect          * (<derived_table>) without an alias clause,
      * so we don't either.  This avoids the problem          * of needing to invent a unique refname for it.
*That could be surmounted if there's sufficient          * popular demand, but for now let's just implement          *
thespec and see if anyone complains.          * However, it does seem like a good idea to emit          * an error
messagethat's better than "syntax error".          */
 

So where can I officially register my complaint? :)

-- 
greg



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

Предыдущее
От: "CHRIS HOOVER"
Дата:
Сообщение: Help with function
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Help with function