newsysviews - newsysview: add views and view_columns views. - Mailing list pgsql-committers

From andrewsn@pgfoundry.org (User Andrewsn)
Subject newsysviews - newsysview: add views and view_columns views.
Date
Msg-id 20050406142211.585D9318F5A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
add views and view_columns views. Refactor column views into a common
relation_columns view set which both table_columns and view_columns use.
(Clients will need relation_columns too, since they should not need to
distinguish tables and views in most cases, so that is part of the public
interface)

Modified Files:
--------------
    newsysview/sql:
        build.sh (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/build.sh.diff?r1=1.1&r2=1.2)
        index_columns.sql (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/index_columns.sql.diff?r1=1.1&r2=1.2)
        table_columns.sql (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/table_columns.sql.diff?r1=1.3&r2=1.4)

Added Files:
-----------
    newsysview/sql:
        relation_columns.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/relation_columns.sql?rev=1.1&content-type=text/x-cvsweb-markup)
        view_columns.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/view_columns.sql?rev=1.1&content-type=text/x-cvsweb-markup)
        views.sql (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/views.sql?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - web: HTML markup fixes
Next
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: newsysviews - newsysview: have build.sh figure the server version out