Re: How to insert Ecoded values into postrgresql

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to insert Ecoded values into postrgresql
Date: 2010-04-18 11:33:25
Message-ID: hqeqm5$u3e$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2010-04-14, venkat <ven(dot)tammineni(at)gmail(dot)com> wrote:
> --0016362845f4b36d220484302ab7
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear All,
>
> How to insert encoded data that is(/\_+(at)#$%^&*)(_+) something like
> that....I have Csv file .Which contains encoded values.when i try to insert
> those. I am getting error..I am not able to insert encoded data.Please
> anyone guide me.

Postgresql can read CSV.

else you probably want pg_escape_string or similar.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-04-19 01:27:26 Re: partitioned lookup table?
Previous Message David Fetter 2010-04-17 22:11:48 Re: partitioned lookup table?