psql has some problems with views in current CVS: \d doesn't show views,
and if you do \d on a specific view, it doesn't identify it as a view
and doesn't show the view definition rule.
I assume this breakage is from the recent RELKIND_VIEW change;
probably psql didn't get updated to know about the new relkind.
Anyone care to work on this?
regards, tom lane