Problems when copy data from dump file - Mailing list pgsql-sql

From Klas Stockhem
Subject Problems when copy data from dump file
Date
Msg-id 2A250781A3744D48B1529FCC3C2EB8ABCB465E@comserver.benders.se
Whole thread Raw
Responses Re: Problems when copy data from dump file
List pgsql-sql

I get an error when I’m trying to fill my table with data. I have a postgresql dump file and copy-paste the text from the file into my webbased phppgadmin interface. I have created my tables correctly.

Down here I have post the error message I get. I suppose it’s something with the tab between “5” and the text? I have tried to make both tab and single space but I get the same error both times.

 

SQL error:

ERROR:  syntax error at or near "5"

LINE 2: 5 Slitasje og vedlikehold PRAKTISKE OPPLYSNINGER\r\n\r\nSn&#...

        ^

 

 

COPY artikkel (id, tittel, tekst) FROM stdin;

5                    Slitasje og vedlikehold            PRAKTISKE OPPLYSNINGER\r\n\r\nSnø og is.\r\nSnør...and more text... \.

 

 

Does anyone have some tips to an solution?

 

The postgresql version is 7.4.17.

 

 

pgsql-sql by date:

Previous
From: "Klas Stockhem"
Date:
Subject: Problems when copy data from dump file
Next
From: Venkateswara Rao Bondada
Date:
Subject: Create table command fails with permission denied