... other than it just got forgotten?
dolszewski=# create view meh as select * from pg_tables;
CREATE VIEW
dolszewski=# copy meh to stdout;
ERROR: cannot copy from view "meh"
HINT: Try the COPY (SELECT ...) TO variant.
dolszewski=# copy (select * from meh) to stdout;
pg_catalogpg_statisticpostgres\Ntff
pg_catalogpg_typepostgres\Ntff
--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com