pgsql: Simplify the definitions of a couple of system views by using

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify the definitions of a couple of system views by using
Date: 2008-09-21 19:38:57
Message-ID: 20080921193857.067CB7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Simplify the definitions of a couple of system views by using SELECT *
instead of listing all the columns returned by the underlying function.

initdb not forced since this patch doesn't actually change anything about
the stored form of the views. It just means there's one less place to change
if someone wants to add columns to them.

Modified Files:
--------------
pgsql/src/backend/catalog:
system_views.sql (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.54&r2=1.55)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeremy Drake 2008-09-22 07:02:31 varint - varint: implement comparison operators
Previous Message User Hinoue 2008-09-21 15:35:44 psqlodbc - psqlodbc: 1.