Re: Changing encoding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Carol

On Tue, Nov 18, 2008 at 4:06 PM, Carol Walter <walterc@xxxxxxxxxxx> wrote:
Hello,

I have some databases that are designated as "SQL_ASCII" encoding.  I need them to be "UTF-8".  I know that "SQL_ASCII" is really the absence of encoding.  Is there a way to do this?

Try use pg_dump on your ASCII database with option -E

ex.: pgdump -U user database -E UTF8 -f filename.sql


--
Marcelo Costa


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux