M4rcxs commented on issue #744:
URL: https://github.com/apache/age/issues/744#issuecomment-1652220569

   - **RTE** works identifying a table or view and specifying the name by which 
it is referenced in other parts of the query. However, it's important to note 
that in the internal representation of the query tree, the RTEs are referenced 
by number rather than by name. This means that even if there are duplicate 
names in the SQL statement, it doesn't cause any ambiguity or conflict at the 
query tree level. [PostgreSQL 
Docs](https://www.postgresql.org/docs/8.1/rules.html)
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to