On 4/30/2010 1:56 AM, Jaime Casanova wrote:
2010/4/30 Jaime Casanova <jcasa...@systemguards.com.ec>:
Hi,

COPY is not working on latest HEAD?
"""
regression=# select * from a;
 aa
----
 32
 56
(2 rows)

regression=# COPY a TO '/tmp/copy_test';
COPY 0
"""


ah! this is because COPY doesn't follow inherited tables... should it?

The TRUNCATE command's behavior was changed in that regard. What TRUNCATE did in 8.3 is now TRUNCATE ONLY in 8.4. I don't see a reason why COPY should not follow suit.


Jan

--
Anyone who trades liberty for security deserves neither
liberty nor security. -- Benjamin Franklin

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to