mirror of
https://github.com/postgres/postgres.git
synced 2026-05-24 09:31:33 -04:00
a344a6e7b5
SELECT a FROM t1 tx (a); Allow join syntax, including queries like SELECT * FROM t1 NATURAL JOIN t2; Update RTE structure to hold column aliases in an Attr structure.