SubQueries in FROM statement - Mailing list pgsql-sql

From Michael
Subject SubQueries in FROM statement
Date
Msg-id 35BC167B.BDD7D6C7@wizard.ca
Whole thread Raw
List pgsql-sql
I see that now the use of SubQueries are allowed in certain cases, but
is there any plans in the works to sllow subqueries in the FROM
statement.. ie

SELECT count(cats)
    FROM (
            SELECT name AS cats
                FROM animals
                WHERE species='feline'
            )



pgsql-sql by date:

Previous
From: Leslie Mikesell
Date:
Subject: Re: [SQL] Select Query Help
Next
From: Vadim Mikheev
Date:
Subject: Re: [SQL] SubQueries in FROM statement