Re: [BUGS] BUG #4658: copy problem

2009-02-17 Thread Alvaro Herrera
Euler Taveira de Oliveira escribió: > Brundle Fly escreveu: > > This is ok in ubuntu, but in centos doesnt work?. > > > COPY query TO is only available in >= 8.2. Are you sure CentOS is using a 8.3 > version too? If so, what is the error message? This is probably related to SELinux not giving

Re: [BUGS] BUG #4658: copy problem

2009-02-16 Thread Euler Taveira de Oliveira
Brundle Fly escreveu: > This is ok in ubuntu, but in centos doesnt work?. > COPY query TO is only available in >= 8.2. Are you sure CentOS is using a 8.3 version too? If so, what is the error message? -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-bugs mailing

[BUGS] BUG #4658: copy problem

2009-02-16 Thread Brundle Fly
The following bug has been logged online: Bug reference: 4658 Logged by: Brundle Fly Email address: mindqua...@gmail.com PostgreSQL version: 8.3 Operating system: Linux Description:copy problem Details: bdsimple=# copy (select * from customer where customer_id>10) t