pgsql: Make use of LATERAL in information_schema.sequences view.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make use of LATERAL in information_schema.sequences view.
Date: 2012-08-18 20:15:08
Message-ID: E1T2pQK-00043J-8D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make use of LATERAL in information_schema.sequences view.

It said "XXX: The following could be improved if we had LATERAL" ...
so let's do that.

No catversion bump since either version of the view works fine.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c246eb5aafe66d5537b468d6da2116c462775faf

Modified Files
--------------
src/backend/catalog/information_schema.sql | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-08-19 18:12:51 pgsql: Allow OLD and NEW in multi-row VALUES within rules.
Previous Message Tom Lane 2012-08-18 18:10:50 pgsql: Another round of planner fixes for LATERAL.