Re: cambiar encoding

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: MIGUEL CANCHAS <mcanchas(at)tsr(dot)com(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: cambiar encoding
Date: 2008-03-11 14:19:14
Message-ID: 20080311141914.GG9116@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

MIGUEL CANCHAS escribió:
> O sea que lo hago asi entonces :
>
> sig=# set client_encoding=latin1
> sig=# COPY vihilos1 FROM 'C:\\vi.txt' DELIMITER '\t'
>
> es asi ?

Sí, algo parecido. Si estás realmente usando psql yo quizás usaría
\encoding en vez de client_encoding, pero en la práctica no creo que
haga mucha diferencia.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Guillermo Munoz 2008-03-11 14:20:54 Re: Demora mi consulta
Previous Message Alvaro Herrera 2008-03-11 14:18:08 Re: Funcion SQL mas lenta que un SQL