]> granicus.if.org Git - postgresql/commit
Simplify the definitions of a couple of system views by using SELECT *
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Sep 2008 19:38:56 +0000 (19:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Sep 2008 19:38:56 +0000 (19:38 +0000)
commit579c025e5fc8d3cc42fc65e1b23da20c9c9f4866
treea67b118d5aeac3f5f84da07a23bc582e8f3fbb05
parent3290e6180fcd4b73ea1badb2d10e9bf44496cd91
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.
src/backend/catalog/system_views.sql