On Fri, Apr 30, 2010 at 12:56 AM, Takahiro Itagaki <[email protected]> wrote: > > Jaime Casanova <[email protected]> wrote: > >> 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 >> """ >> >> -- > > Please send the actual test pattern and your environment information > to reproduce the misbehavior. It works fine on my machine. >
it's the regression database generated by "make installcheck", there is an "a" table that is parent table (it has children), seems like COPY is not getting the data from the inherited tables but only from the parent -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
