i am getting error when i am using copy command

From: "Penchalaiah P(dot)" <penchalaiahp(at)infics(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: i am getting error when i am using copy command
Date: 2006-05-03 05:31:27
Message-ID: A70AE049E81A6A40879D5DC0AC8C38C906184765@venus.infics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi ..

1) I created one table

2) Create table penchal(id integer, name varchar(12),age integer);

3) Then I inserted some values into this table.........

4) Insert into penchal values(1,'reddy',2);

5) Select * from penchal ; I used this statement to display the
values in a table

6) Finaly I want to use copy ....

7) But I am getting error when I am using this copy statement

Copy penchal to '/tmp/penchal.out'

When I am using this statement I am getting error is : could not open
file '/tmp/penchal.out' for writing: no such file or directory..

May I know y I am getting this error........ pls any one can help me
for this..

Thanks & Regards

Penchal reddy | Software Engineer

Infinite Computer Solutions | Exciting Times...Infinite Possibilities...

SEI-CMMI level 5 | ISO 9001:2000

IT SERVICES | BPO

Telecom | Finance | Healthcare | Manufacturing | Energy & Utilities |
Retail & Distribution | Government

Tel +91-80-4133-0000(Ext:503)| Fax +91-80-51930009 | Cell No
+91-9886774209|www.infics.com

Information transmitted by this e-mail is proprietary to Infinite
Computer Solutions and/ or its Customers and is intended for use only by
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential or exempt from disclosure
under applicable law. If you are not the intended recipient or it
appears that this mail has been forwarded to you without proper
authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at info(dot)in(at)infics(dot)com and delete this mail from
your records.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message gourish singbal 2006-05-03 06:04:03 Re: i am getting error when i am using copy command
Previous Message Ben K. 2006-05-03 05:14:04 Re: LinkedList