Re: How to import *.sql file to postgresql database

From: Osvaldo Kussama <osvaldo(dot)kussama(at)gmail(dot)com>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to import *.sql file to postgresql database
Date: 2010-07-18 22:26:40
Message-ID: AANLkTilHv0_gFydm05YFDSzZuiGSILsd5DgFtklFAYte@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/7/18 Andre Lopes <lopes80andre(at)gmail(dot)com>:
> If I do this command gives me the same error:
>
> [quote]
> ERROR:  invalid byte sequence for encoding "UTF8": 0xff
> HINT:  This error can also happen if the byte sequence does not match the
> encoding expected by the server, which is controlled by "client_encoding".
> [/quote]
>
> What more can I do?
>
> Best Regards,
>
>
> On Sun, Jul 18, 2010 at 9:11 PM, Edoardo Panfili <edoardo(at)aspix(dot)it> wrote:
>>
>> On 18/07/10 22.06, Andre Lopes wrote:
>>>
>>> Hi,
>>>
>>> I have a DUMP file with INSERT's commands. I need to import this data to
>>> postgresql database with the "psql" command.
>>>
>>> How can I do this task?
>>
>> I think
>>
>> psql -U user_name database_name <dump_file
>>
>> EDoardo
>>

A BOM (Byte Order Mark) case?
http://en.wikipedia.org/wiki/Byte_order_mark

http://archives.postgresql.org/pgsql-sql/2010-06/msg00065.php

Osvaldo

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rory Campbell-Lange 2010-07-18 22:38:46 Re: How to import *.sql file to postgresql database
Previous Message Andre Lopes 2010-07-18 21:51:48 How to change the file encoding of a 3gb file?