child tables. Per gripe from Jaime Casanova.
viewname) TO ....
+ COPY only deals with the specific table named;
+ it does not copy data to or from child tables. Thus for example
+ COPY table> TO
+ shows the same data as
SELECT * FROM ONLY
+ class="parameter">table>. But COPY
+ (SELECT * FROM table>) TO ...
+ can be used to dump all of the data in an inheritance hierarchy.
+
+
You must have select privilege on the table
whose values are read by COPY TO, and