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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Simplify the definitions of a couple of system views by using
Дата
Msg-id 20080921193857.067CB7545A4@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: 1.
Следующее
От: jeremyd@pgfoundry.org (Jeremy Drake)
Дата:
Сообщение: varint - varint: implement comparison operators