============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Larry Kenward
Your email address : lrkenw@ibm.net
Category : unknown
Severity : non-critical
Summary: Can't COPY a VIEW
System Configuration
- --------------------
Operating System : Linux Slackware 3.5
PostgreSQL version : 6.4
Compiler used : gcc 2.7.0
Hardware:
- ---------
Pentium i586
Versions of other tools:
- ------------------------
make
- --------------------------------------------------------------------------
Problem Description:
- --------------------
Can't COPY a VIEW. COPY from a table works OK.
- --------------------------------------------------------------------------
Test Case:
- ----------
Create a view of a table. Then try to COPY the view to an
ASCII file. File is created, but is empty.
- --------------------------------------------------------------------------
Solution:
- ---------
- --------------------------------------------------------------------------