Re: [HACKERS] what do postgresql with view ?

2004-04-06 Thread elrik
[EMAIL PROTECTED] (elrik) wrote in message news:<[EMAIL PROTECTED]>... > In information i have: > > 1. when creating view : PostgreSQL parse the query and stock the tree query. > 2. when using : PostgreSQL use this tree like a subselect. > > my question : Do PostgreSQL

[HACKERS] what do postgresql with view ?

2004-04-06 Thread elrik
In information i have: 1. when creating view : PostgreSQL parse the query and stock the tree query. 2. when using : PostgreSQL use this tree like a subselect. my question : Do PostgreSQL makes an analyse of the resulted tree ? ---(end of broadcast)